Skip to content

Commit

Permalink
Merge pull request #20 from cybozu-go/bump-0.1.3
Browse files Browse the repository at this point in the history
Bump version to 0.1.3
  • Loading branch information
kmdkuk authored Nov 17, 2022
2 parents 624427e + 5d83d58 commit 32c215c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.1.3] - 2022-11-16

### Changed

- Support Kubernetes 1.24 ([#19](https://github.com/cybozu-go/cattage/pull/19))
- Build with go 1.18
- Build with go 1.19
- Update dependencies

## [0.1.2] - 2022-04-06
Expand All @@ -25,7 +27,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This is the first public release.

[Unreleased]: https://github.com/cybozu-go/cattage/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/cybozu-go/cattage/compare/v0.1.3...HEAD
[0.1.3]: https://github.com/cybozu-go/cattage/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/cybozu-go/cattage/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/cybozu-go/cattage/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/cybozu-go/cattage/compare/60bcea7b1cf9d79e5e439d0fa7dbb4629c9f1125...v0.1.0
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package cattage

// Version represents the version of cattage.
const Version = "0.1.2"
const Version = "0.1.3"

0 comments on commit 32c215c

Please sign in to comment.