From c3f37bb73b8e05228452007ef4774d2f59d64f36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Aug 2021 23:50:08 +0100 Subject: [PATCH] Release v0.6.0 (#46) Co-authored-by: github-actions --- CHANGELOG.md | 5 ++++- pkg/project/project.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00c70b7..d4abe77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2021-08-28 + ### Added - Allow setting the cluster context via the --context flag. @@ -70,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release; rough around the edges but usable. -[Unreleased]: https://github.com/glitchcrab/sonar/compare/v0.5.0...HEAD +[Unreleased]: https://github.com/glitchcrab/sonar/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/glitchcrab/sonar/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/glitchcrab/sonar/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/glitchcrab/sonar/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/glitchcrab/sonar/compare/v0.3.0...v0.3.1 diff --git a/pkg/project/project.go b/pkg/project/project.go index 6835173..9d27138 100644 --- a/pkg/project/project.go +++ b/pkg/project/project.go @@ -4,7 +4,7 @@ var ( description = "Sonar deploys a debugging container to a Kubernetes cluster." name = "sonar" source = "https://github.com/glitchcrab/sonar" - version = "0.5.1-dev" + version = "0.6.0" ) func Description() string {