Skip to content

Commit

Permalink
Bump version to v0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
dulltz committed Nov 28, 2018
1 parent 29bb545 commit 52e0a2f
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.28] - 2018-11-28

### Changed
- Fixed a bug in sabakan-cryptsetup (#120).

## [0.27] - 2018-11-27

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

0 comments on commit 52e0a2f

Please sign in to comment.