Skip to content

Commit

Permalink
Merge pull request #198 from cybozu-go/bump-2.4.5
Browse files Browse the repository at this point in the history
Bump version to 2.4.5
  • Loading branch information
masa213f authored Apr 4, 2024
2 parents c9f62a5 + 7371c85 commit 21767d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.4.5] - 2024-04-04

### Changed

- Bump golang.org/x/crypto from 0.15.0 to 0.17.0 in /v2 [#195](https://github.com/cybozu-go/placemat/pull/195)
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /v2 [#196](https://github.com/cybozu-go/placemat/pull/196)
- Update dependencies in [#197](https://github.com/cybozu-go/placemat/pull/197)
- Update minimal Golang version from 1.21 to 1.22.1
- Upgrade direct dependencies in go.mod
- Update GitHub Actions

## [2.4.4] - 2023-11-15

### Changed
Expand Down Expand Up @@ -250,7 +261,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.4...HEAD
[Unreleased]: https://github.com/cybozu-go/placemat/compare/v2.4.5...HEAD
[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
[2.4.2]: https://github.com/cybozu-go/placemat/compare/v2.4.1...v2.4.2
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.4"
const version = "2.4.5"

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

0 comments on commit 21767d3

Please sign in to comment.