Skip to content

Commit 1c65adc

Browse files
Release v2.14.1
1 parent f6ddc9b commit 1c65adc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.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+
511
## [2.14.0] - 2025-06-08
612
### Fixed
713
- Fixed regression with Docker Enginer 28.2 (#269)
@@ -288,7 +294,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
288294
First versioned release
289295

290296

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
292299
[2.14.0]: https://github.com/JonathonReinhart/scuba/compare/v2.13.1...v2.14.0
293300
[2.13.1]: https://github.com/JonathonReinhart/scuba/compare/v2.13.0...v2.13.1
294301
[2.13.0]: https://github.com/JonathonReinhart/scuba/compare/v2.12.0...v2.13.0

scuba/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
DIST_SPEC = "scuba"
1313

1414
# Base version, which will be augmented with Git information
15-
BASE_VERSION = "2.14.0"
15+
BASE_VERSION = "2.14.1"
1616

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

0 commit comments

Comments
 (0)