Skip to content

Commit

Permalink
Merge pull request #158 from cybozu-go/2.1.0
Browse files Browse the repository at this point in the history
Bump version to 2.1.0
  • Loading branch information
llamerada-jp authored Mar 15, 2022
2 parents e8819b2 + 61e9730 commit cfc143e
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]

## [2.1.0] - 2022-03-15

### Added

- Support multiple device backends for placemat VMs (#156)

## [2.0.6] - 2022-03-08

### Changed
Expand Down Expand Up @@ -179,7 +185,8 @@ See [upgrade_v2.md](docs/upgrade_v2.md) for more information.

- Many things. See git log.

[Unreleased]: https://github.com/cybozu-go/placemat/compare/v2.0.6...HEAD
[Unreleased]: https://github.com/cybozu-go/placemat/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/cybozu-go/placemat/compare/v2.0.6...v2.1.0
[2.0.6]: https://github.com/cybozu-go/placemat/compare/v2.0.5...v2.0.6
[2.0.5]: https://github.com/cybozu-go/placemat/compare/v2.0.4...v2.0.5
[2.0.4]: https://github.com/cybozu-go/placemat/compare/v2.0.3...v2.0.4
Expand Down
2 changes: 1 addition & 1 deletion v2/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strings"
)

const version = "2.0.6"
const version = "2.1.0"

// Version returns the semantic versioning string of Coil.
func Version() string {
Expand Down

0 comments on commit cfc143e

Please sign in to comment.