Skip to content

Commit

Permalink
Merge pull request #263 from cybozu-go/bump-2.5.1
Browse files Browse the repository at this point in the history
Bump version to 2.5.1
  • Loading branch information
terassyi authored Nov 27, 2023
2 parents addeb2e + 28f98e9 commit 071eb29
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.5.1] - 2023-11-27

### Changed

- Update gRPC modules (#259)
- Update dependencies (#261)
- Add logs (#262)

## [2.5.0] - 2023-10-26

### Added
Expand Down Expand Up @@ -211,7 +219,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.5.0...HEAD
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.5.1...HEAD
[2.5.1]: https://github.com/cybozu-go/coil/compare/v2.5.0...v2.5.1
[2.5.0]: https://github.com/cybozu-go/coil/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/cybozu-go/coil/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/cybozu-go/coil/compare/v2.2.0...v2.3.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.5.0
newTag: 2.5.1
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.5.0"
const version = "2.5.1"

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

0 comments on commit 071eb29

Please sign in to comment.