Skip to content

Commit

Permalink
Release v0.2.0 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 9, 2023
1 parent 7b68fd2 commit 88992a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2023-03-09

- Add version command.

## [0.1.0] - 2023-02-28
Expand All @@ -19,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add prototype.


[Unreleased]: https://github.com/giantswarm/helm-values-gen/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/giantswarm/helm-values-gen/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/giantswarm/helm-values-gen/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/giantswarm/helm-values-gen/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion pkg/project/project.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package project

var (
version = "0.1.1-dev"
version = "0.2.0"
)

func Version() string {
Expand Down

0 comments on commit 88992a3

Please sign in to comment.