Skip to content

Commit

Permalink
Merge pull request #248 from cybozu-go/2.12.0
Browse files Browse the repository at this point in the history
Bump version to 2.12.0
  • Loading branch information
masa213f authored Apr 18, 2022
2 parents 2e78302 + 340d8d1 commit 08938ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.12.0] - 2022-04-18

### Changed
- Use copy() instead of loop (#245)
- Update actions (#246)
- Update module dependencies (#247)

### Fixed
- Update incorrect link in getting_started.md (#244)

## [2.11.0] - 2022-03-23

### Changed
Expand Down Expand Up @@ -248,7 +258,8 @@ No changes. Only for updating Docker base image.

See [CHANGELOG-0](./CHANGELOG-0.md).

[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.11.0...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.12.0...HEAD
[2.12.0]: https://github.com/cybozu-go/sabakan/compare/v2.11.0...v2.12.0
[2.11.0]: https://github.com/cybozu-go/sabakan/compare/v2.10.0...v2.11.0
[2.10.0]: https://github.com/cybozu-go/sabakan/compare/v2.9.2...v2.10.0
[2.9.2]: https://github.com/cybozu-go/sabakan/compare/v2.9.1...v2.9.2
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package sabakan

// Version is sabakan version
const Version = "2.11.0"
const Version = "2.12.0"

// SchemaVersion is the schema version
const SchemaVersion = "3"

0 comments on commit 08938ac

Please sign in to comment.