Skip to content

Commit

Permalink
Merge pull request #165 from cybozu-go/2.3.0
Browse files Browse the repository at this point in the history
Bump version to 2.3.0
  • Loading branch information
morimoto-cybozu authored Apr 22, 2022
2 parents ea7a798 + 46f795f commit 005dcf4
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.3.0] - 2022-04-22

### Added

- Add simple NUMA support (#164)

## [2.2.0] - 2022-04-18

### Added
Expand Down Expand Up @@ -195,7 +201,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.2.0...HEAD
[Unreleased]: https://github.com/cybozu-go/placemat/compare/v2.3.0...HEAD
[2.3.0]: https://github.com/cybozu-go/placemat/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/cybozu-go/placemat/compare/v2.1.0...v2.2.0
[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
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.2.0"
const version = "2.3.0"

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

0 comments on commit 005dcf4

Please sign in to comment.