File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5- ## [ Unreleased ]
5+ ## [ 2.13.0 ] - 2024-03-25
66### Added
77- Added support for Python 3.12 (#244 )
88- Add explicit support for mounting named volumes (#250 )
@@ -274,7 +274,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
274274First versioned release
275275
276276
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
278279[ 2.12.0 ] : https://github.com/JonathonReinhart/scuba/compare/v2.11.0...v2.12.0
279280[ 2.11.0 ] : https://github.com/JonathonReinhart/scuba/compare/v2.10.1...v2.11.0
280281[ 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 1212DIST_SPEC = "scuba"
1313
1414# Base version, which will be augmented with Git information
15- BASE_VERSION = "2.12 .0"
15+ BASE_VERSION = "2.13 .0"
1616
1717# This string will be replaced by `git-archive`
1818# with the abbreviated commit hash
You can’t perform that action at this time.
0 commit comments