Skip to content

Commit 6b7706a

Browse files
Merge pull request #293 from cybozu-go/bump-3.1.6
Bump version to 3.1.6
2 parents a0f610d + 42ccf6f commit 6b7706a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [3.1.6] - 2025-07-15
9+
810
### Changed
911

1012
- Update dependencies in [#292](https://github.com/cybozu-go/sabakan/pull/292)
@@ -357,7 +359,8 @@ No changes. Only for updating Docker base image.
357359

358360
See [CHANGELOG-0](./CHANGELOG-0.md).
359361

360-
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v3.1.5...HEAD
362+
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v3.1.6...HEAD
363+
[3.1.6]: https://github.com/cybozu-go/sabakan/compare/v3.1.5...v3.1.6
361364
[3.1.5]: https://github.com/cybozu-go/sabakan/compare/v3.1.4...v3.1.5
362365
[3.1.4]: https://github.com/cybozu-go/sabakan/compare/v3.1.3...v3.1.4
363366
[3.1.3]: https://github.com/cybozu-go/sabakan/compare/v3.1.2...v3.1.3

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package sabakan
22

33
// Version is sabakan version
4-
const Version = "3.1.5"
4+
const Version = "3.1.6"
55

66
// SchemaVersion is the schema version
77
const SchemaVersion = "3"

0 commit comments

Comments
 (0)