File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
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
+ ## [ 2.14.1] - 2025-07-26
6
+ ### Fixed
7
+ - Fixed umask being set incorrectly in the container (#274 ) (@haboustak )
8
+ - This was broken when scubainit was rewritten in v2.13.0.
9
+
10
+
5
11
## [ 2.14.0] - 2025-06-08
6
12
### Fixed
7
13
- Fixed regression with Docker Enginer 28.2 (#269 )
@@ -288,7 +294,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
288
294
First versioned release
289
295
290
296
291
- [ Unreleased ] : https://github.com/JonathonReinhart/scuba/compare/v2.14.0...HEAD
297
+ [ Unreleased ] : https://github.com/JonathonReinhart/scuba/compare/v2.14.1...HEAD
298
+ [ 2.14.1 ] : https://github.com/JonathonReinhart/scuba/compare/v2.14.0...v2.14.1
292
299
[ 2.14.0 ] : https://github.com/JonathonReinhart/scuba/compare/v2.13.1...v2.14.0
293
300
[ 2.13.1 ] : https://github.com/JonathonReinhart/scuba/compare/v2.13.0...v2.13.1
294
301
[ 2.13.0 ] : https://github.com/JonathonReinhart/scuba/compare/v2.12.0...v2.13.0
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.14.0 "
15
+ BASE_VERSION = "2.14.1 "
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