File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 3.1.6] - 2025-07-15
9
+
8
10
### Changed
9
11
10
12
- Update dependencies in [ #292 ] ( https://github.com/cybozu-go/sabakan/pull/292 )
@@ -357,7 +359,8 @@ No changes. Only for updating Docker base image.
357
359
358
360
See [ CHANGELOG-0] ( ./CHANGELOG-0.md ) .
359
361
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
361
364
[ 3.1.5 ] : https://github.com/cybozu-go/sabakan/compare/v3.1.4...v3.1.5
362
365
[ 3.1.4 ] : https://github.com/cybozu-go/sabakan/compare/v3.1.3...v3.1.4
363
366
[ 3.1.3 ] : https://github.com/cybozu-go/sabakan/compare/v3.1.2...v3.1.3
Original file line number Diff line number Diff line change 1
1
package sabakan
2
2
3
3
// Version is sabakan version
4
- const Version = "3.1.5 "
4
+ const Version = "3.1.6 "
5
5
6
6
// SchemaVersion is the schema version
7
7
const SchemaVersion = "3"
You can’t perform that action at this time.
0 commit comments