Skip to content

Commit

Permalink
Bump version to 2.4.6
Browse files Browse the repository at this point in the history
Signed-off-by: YZ775 <[email protected]>
  • Loading branch information
YZ775 committed Jul 12, 2024
1 parent 885a69c commit 116b50b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [2.4.6] - 2024-07-12

- Update dependencies in [#200](https://github.com/cybozu-go/placemat/pull/200)

## [Unreleased]

## [2.4.5] - 2024-04-04

### Changed
Expand Down Expand Up @@ -263,7 +265,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.4.5...HEAD
[Unreleased]: https://github.com/cybozu-go/placemat/compare/v2.4.6...HEAD
[2.4.6]: https://github.com/cybozu-go/placemat/compare/v2.4.5...v2.4.6
[2.4.5]: https://github.com/cybozu-go/placemat/compare/v2.4.4...v2.4.5
[2.4.4]: https://github.com/cybozu-go/placemat/compare/v2.4.3...v2.4.4
[2.4.3]: https://github.com/cybozu-go/placemat/compare/v2.4.2...v2.4.3
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.4.5"
const version = "2.4.6"

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

0 comments on commit 116b50b

Please sign in to comment.