File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## [ Unreleased ]
5
+ ## [ 2.13.0 ] - 2024-03-25
6
6
### Added
7
7
- Added support for Python 3.12 (#244 )
8
8
- Add explicit support for mounting named volumes (#250 )
@@ -274,7 +274,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
274
274
First versioned release
275
275
276
276
277
- [ Unreleased ] : https://github.com/JonathonReinhart/scuba/compare/v2.12.0...HEAD
277
+ [ Unreleased ] : https://github.com/JonathonReinhart/scuba/compare/v2.13.0...HEAD
278
+ [ 2.13.0 ] : https://github.com/JonathonReinhart/scuba/compare/v2.12.0...v2.13.0
278
279
[ 2.12.0 ] : https://github.com/JonathonReinhart/scuba/compare/v2.11.0...v2.12.0
279
280
[ 2.11.0 ] : https://github.com/JonathonReinhart/scuba/compare/v2.10.1...v2.11.0
280
281
[ 2.10.1 ] : https://github.com/JonathonReinhart/scuba/compare/v2.10.0...v2.10.1
Original file line number Diff line number Diff line change 12
12
DIST_SPEC = "scuba"
13
13
14
14
# Base version, which will be augmented with Git information
15
- BASE_VERSION = "2.12 .0"
15
+ BASE_VERSION = "2.13 .0"
16
16
17
17
# This string will be replaced by `git-archive`
18
18
# with the abbreviated commit hash
You can’t perform that action at this time.
0 commit comments