Skip to content

Commit

Permalink
Bump version to 2.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoki Sugiura <[email protected]>
  • Loading branch information
chez-shanpu committed Jul 22, 2024
1 parent adc8434 commit 06757a3
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.7.1] - 2024-07-22

### Changed

- docs: Remove git-neco (#295)
- Update dependencies (#294)
- Bump google.golang.org/grpc from 1.64.0 to 1.64.1 in /v2 (#293)

## [2.7.0] - 2024-06-06

### Changed
Expand Down Expand Up @@ -256,7 +264,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.7.0...HEAD
[Unreleased]: https://github.com/cybozu-go/coil/compare/v2.7.1...HEAD
[2.7.1]: https://github.com/cybozu-go/coil/compare/v2.7.0...v2.7.1
[2.7.0]: https://github.com/cybozu-go/coil/compare/v2.6.1...v2.7.0
[2.6.1]: https://github.com/cybozu-go/coil/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/cybozu-go/coil/compare/v2.5.2...v2.6.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.7.0
newTag: 2.7.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.7.0"
const version = "2.7.1"

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

0 comments on commit 06757a3

Please sign in to comment.