Skip to content

Commit

Permalink
Merge pull request #231 from cybozu-go/bump-2.1.3
Browse files Browse the repository at this point in the history
Bump version to 2.1.3
  • Loading branch information
terassyi authored Oct 25, 2022
2 parents 7ef23bc + 5ce1666 commit cdab798
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.3] - 2022-10-25

### Changed

- Update dependencies (#230)

## [2.1.2] - 2022-09-15

### Changed
Expand Down Expand Up @@ -164,7 +170,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.1.2...HEAD
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.1.3...HEAD
[2.1.3]: https://github.com/cybozu-go/coil/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/cybozu-go/coil/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/cybozu-go/coil/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/cybozu-go/coil/compare/v2.0.14...v2.1.0
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.1.2
newTag: 2.1.3
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.1.2"
const version = "2.1.3"

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

0 comments on commit cdab798

Please sign in to comment.