Skip to content

Commit 765d67d

Browse files
Release v2.10.0
1 parent 3d7ef6d commit 765d67d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This 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/).
236241
First 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

scuba/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
DIST_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

0 commit comments

Comments
 (0)