From 051fe62ed9fbeb50e786d97e83ae5ca3dca9b0f1 Mon Sep 17 00:00:00 2001 From: takahiro-tsuruda Date: Tue, 27 Nov 2018 13:02:05 +0900 Subject: [PATCH] Bump version to 0.26 --- CHANGELOG.md | 8 +++++++- version.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc134c59..69ec1d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.26] - 2018-11-27 + +### Changed +- Update version.go to release correctly. + ## [0.25] - 2018-11-27 ### Added @@ -79,7 +84,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.25...HEAD +[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v0.26...HEAD +[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 [0.23]: https://github.com/cybozu-go/sabakan/compare/v0.22...v0.23 diff --git a/version.go b/version.go index 37b45f6a..38f796a1 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package sabakan // Version is sabakan version -const Version = "0.24" +const Version = "0.26"