Skip to content

Commit

Permalink
Release v0.0.6 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbot committed Mar 6, 2024
1 parent c539c01 commit 43bc23b
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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.6] - 2024-03-06

### Changed

- Make sure HTML is escaped in linear output.
Expand Down Expand Up @@ -41,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[Unreleased]: https://github.com/giantswarm/schemadocs/compare/v0.0.5...HEAD
[Unreleased]: https://github.com/giantswarm/schemadocs/compare/v0.0.6...HEAD
[0.0.6]: https://github.com/giantswarm/schemadocs/compare/v0.0.5...v0.0.6
[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
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.6-dev"
version = "0.0.6"
)

func Version() string {
Expand Down

0 comments on commit 43bc23b

Please sign in to comment.