Skip to content

Commit

Permalink
Merge pull request #67 from cybozu-go/bump-1.0.1
Browse files Browse the repository at this point in the history
Bump version to 1.0.1
  • Loading branch information
zeroalphat authored May 10, 2023
2 parents 2c7a1e2 + cb89648 commit 5d88416
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.1] - 2023-05-09

### Changed

- Update for Kubernetes 1.25.9 ([#66](https://github.com/cybozu-go/accurate/pull/66))
- Update dependencies

## [1.0.0] - 2023-02-28

### Changed
Expand Down Expand Up @@ -63,7 +70,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This is the first public release.

[Unreleased]: https://github.com/cybozu-go/accurate/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/cybozu-go/accurate/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/cybozu-go/accurate/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/cybozu-go/accurate/compare/v0.4.0...v1.0.0
[0.4.0]: https://github.com/cybozu-go/accurate/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/cybozu-go/accurate/compare/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package accurate

// Version represents the version of accurate.
const Version = "1.0.0"
const Version = "1.0.1"

0 comments on commit 5d88416

Please sign in to comment.