Skip to content

Commit

Permalink
Release v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonReinhart authored Mar 8, 2023
1 parent 3e0dd7c commit 3834833
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [2.10.1] - 2023-03-07
### Fixed
- Create directories for volumes as invoking user rather than root. (#201)

Expand Down Expand Up @@ -246,7 +246,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
First versioned release


[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.10.0...HEAD
[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.10.1...HEAD
[2.10.1]: https://github.com/JonathonReinhart/scuba/compare/v2.10.0...v2.10.1
[2.10.0]: https://github.com/JonathonReinhart/scuba/compare/v2.9.0...v2.10.0
[2.9.0]: https://github.com/JonathonReinhart/scuba/compare/v2.8.0...v2.9.0
[2.8.0]: https://github.com/JonathonReinhart/scuba/compare/v2.7.0...v2.8.0
Expand Down
2 changes: 1 addition & 1 deletion scuba/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
DIST_SPEC = 'scuba'

# Base version, which will be augmented with Git information
BASE_VERSION = '2.10.0'
BASE_VERSION = '2.10.1'

# This string will be replaced by `git-archive`
# with the abbreviated commit hash
Expand Down

0 comments on commit 3834833

Please sign in to comment.