Skip to content

Commit

Permalink
Bump version to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
morimoto-cybozu committed Nov 27, 2018
1 parent 29b3c23 commit 39f6859
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion 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.27] - 2018-11-27

### Changed
- Improve GraphQL implementation (#118).
- Improve client package (#119).

## [0.26] - 2018-11-27

### Changed
Expand Down Expand Up @@ -84,7 +90,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.26...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v0.27...HEAD
[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
[0.24]: https://github.com/cybozu-go/sabakan/compare/v0.23...v0.24
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.26"
const Version = "0.27"

0 comments on commit 39f6859

Please sign in to comment.