File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
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+ ## [ 2.10.0] - 2022-01-12
6+ ### Added
7+ - Add ability to use environment variables in volume paths (#192 )
8+
9+
510## [ 2.9.0] - 2021-09-15
611### Added
712- Add ability to specify volumes in ` .scuba.yml ` (#186 )
@@ -236,7 +241,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
236241First versioned release
237242
238243
239- [ Unreleased ] : https://github.com/JonathonReinhart/scuba/compare/v2.9.0...HEAD
244+ [ Unreleased ] : https://github.com/JonathonReinhart/scuba/compare/v2.10.0...HEAD
245+ [ 2.10.0 ] : https://github.com/JonathonReinhart/scuba/compare/v2.9.0...v2.10.0
240246[ 2.9.0 ] : https://github.com/JonathonReinhart/scuba/compare/v2.8.0...v2.9.0
241247[ 2.8.0 ] : https://github.com/JonathonReinhart/scuba/compare/v2.7.0...v2.8.0
242248[ 2.7.0 ] : https://github.com/JonathonReinhart/scuba/compare/v2.6.1...v2.7.0
Original file line number Diff line number Diff line change 1010DIST_SPEC = 'scuba'
1111
1212# Base version, which will be augmented with Git information
13- BASE_VERSION = '2.9 .0'
13+ BASE_VERSION = '2.10 .0'
1414
1515# This string will be replaced by `git-archive`
1616# with the abbreviated commit hash
You can’t perform that action at this time.
0 commit comments