Skip to content

Commit

Permalink
Bump version to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
pddg committed Aug 24, 2018
1 parent d251066 commit 5e269ff
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.19] - 2018-08-24

### Added
- Support healthcheck and version endpoint (#97).

### Chenged
- Support label on machines (#98).
- Modify BMC Type validation (#99).

## [0.18] - 2018-08-14

### Added
Expand All @@ -31,7 +40,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.18...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v0.19...HEAD
[0.19]: https://github.com/cybozu-go/sabakan/compare/v0.18...v0.19
[0.18]: https://github.com/cybozu-go/sabakan/compare/v0.17...v0.18
[0.17]: https://github.com/cybozu-go/sabakan/compare/v0.16...v0.17
[0.16]: https://github.com/cybozu-go/sabakan/compare/v0.15...v0.16
Expand Down
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ Bump version
1. Determine a new version number. Let it write `$VERSION`.
2. Checkout `master` branch.
3. Edit `CHANGELOG.md` for the new version ([example][]).
4. Commit the change and add a git tag, then push them.
4. Update `version.go`
5. Commit the change and add a git tag, then push them.

```console
$ git commit -a -m "Bump version to $VERSION"
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.18"
const Version = "0.19"

0 comments on commit 5e269ff

Please sign in to comment.