Skip to content

Commit

Permalink
Release v0.0.5 (#59)
Browse files Browse the repository at this point in the history
* Release v0.0.5

* Update CHANGELOG.md

---------

Co-authored-by: Fernando Ripoll <fernando@giantswarm.io>
  • Loading branch information
taylorbot and pipo02mix committed Feb 27, 2024
1 parent d79da77 commit 245c922
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.5] - 2024-02-27

### Added
- New flag layout to allow multiple rendering options

## [0.0.4] - 2023-12-06

### Fixed
Expand All @@ -33,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[Unreleased]: https://github.com/giantswarm/schemadocs/compare/v0.0.4...HEAD
[Unreleased]: https://github.com/giantswarm/schemadocs/compare/v0.0.5...HEAD
[0.0.5]: https://github.com/giantswarm/schemadocs/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/giantswarm/schemadocs/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/giantswarm/schemadocs/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/giantswarm/schemadocs/compare/v0.0.1...v0.0.2
Expand Down
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.0.5-dev"
version = "0.0.5"
)

func Version() string {
Expand Down

0 comments on commit 245c922

Please sign in to comment.