Skip to content

Commit

Permalink
Bump version to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
zoetrope committed Oct 11, 2018
1 parent 261eae4 commit 96525e8
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 @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.22] - 2018-10-11

### Changed
- Update machines lifecycle (#109).

## [0.21] - 2018-10-09

### Changed
Expand Down Expand Up @@ -53,7 +58,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix a bug that leaves files of deleted OS images (#86).

[placemat]: https://github.com/cybozu-go/placemat
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v0.21...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v0.22...HEAD
[0.22]: https://github.com/cybozu-go/sabakan/compare/v0.21...v0.22
[0.21]: https://github.com/cybozu-go/sabakan/compare/v0.20...v0.21
[0.20]: https://github.com/cybozu-go/sabakan/compare/v0.19...v0.20
[0.19]: https://github.com/cybozu-go/sabakan/compare/v0.18...v0.19
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 sabakan

// Version is sabakan version
const Version = "0.21"
const Version = "0.22"

0 comments on commit 96525e8

Please sign in to comment.