Skip to content

Commit

Permalink
Bump version to 2.3.0 (#242)
Browse files Browse the repository at this point in the history
* Bump version to 2.3.0

Signed-off-by: terasihma <[email protected]>
  • Loading branch information
terassyi authored Feb 20, 2023
1 parent b83d94f commit b37524a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 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.3.0] - 2023-02-17

### Added

- Added an arm64 image for coil (#226)

## Changed

- Remove replace directive (#241)

## [2.2.0] - 2023-01-24

### Added
Expand Down Expand Up @@ -183,7 +193,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Coil version 2 is a complete rewrite of Coil version 1.
This is the first release candidate with all the planned features implemented.

[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.2.0...HEAD
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.3.0...HEAD
[2.3.0]: https://github.com/cybozu-go/coil/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/cybozu-go/coil/compare/v2.1.4...v2.2.0
[2.1.4]: https://github.com/cybozu-go/coil/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/cybozu-go/coil/compare/v2.1.2...v2.1.3
Expand Down
2 changes: 1 addition & 1 deletion v2/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images:
- name: coil
newTag: 2.2.0
newTag: 2.3.0
newName: ghcr.io/cybozu-go/coil

resources:
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 b37524a

Please sign in to comment.