Skip to content

Commit

Permalink
Bump version to 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Dec 25, 2018
1 parent 2d55973 commit f9d0ce8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.31] - 2018-12-25

### Changed
* Update github.com/coreos/ignition to v0.30.0 and spec version v2.3.0 (#127).
- Use cobra in for sabactl (#129).
- Fix being suck on registering ignitions with already registed ID and ROLE (#130).

## [0.30] - 2018-12-06

Expand Down Expand Up @@ -109,7 +113,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.30...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v0.31...HEAD
[0.31]: https://github.com/cybozu-go/sabakan/compare/v0.30...v0.31
[0.30]: https://github.com/cybozu-go/sabakan/compare/v0.29...v0.30
[0.29]: https://github.com/cybozu-go/sabakan/compare/v0.28...v0.29
[0.28]: https://github.com/cybozu-go/sabakan/compare/v0.27...v0.28
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.30"
const Version = "0.31"

0 comments on commit f9d0ce8

Please sign in to comment.