Skip to content

Commit

Permalink
Bump version to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
morimoto-cybozu committed Nov 29, 2018
1 parent 3e59e0c commit 85db1e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.29] - 2018-11-29

### Changed
- Change ignition upload API to specify ID (#121). This breaks backward compatibility of API and stored data.
- Validate label names and values samely as Kubernetes (#122).

## [0.28] - 2018-11-28

### Changed
Expand Down Expand Up @@ -95,8 +101,9 @@ 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.28...HEAD
[0.27]: https://github.com/cybozu-go/sabakan/compare/v0.27...v0.28
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v0.29...HEAD
[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
[0.27]: https://github.com/cybozu-go/sabakan/compare/v0.26...v0.27
[0.26]: https://github.com/cybozu-go/sabakan/compare/v0.25...v0.26
[0.25]: https://github.com/cybozu-go/sabakan/compare/v0.24...v0.25
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.28"
const Version = "0.29"

0 comments on commit 85db1e6

Please sign in to comment.