Skip to content

Commit 739db5c

Browse files
Release v2.14.2
1 parent a40cc45 commit 739db5c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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-
## [Unreleased]
5+
## [2.14.2] - 2026-01-25
66
### Fixed
77
- Fixed `!from_yaml` not handling multi-document YAML files (#277) (@brxnnan)
88

@@ -299,7 +299,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
299299
First versioned release
300300

301301

302-
[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.14.1...HEAD
302+
[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.14.2...HEAD
303+
[2.14.2]: https://github.com/JonathonReinhart/scuba/compare/v2.14.1...v2.14.2
303304
[2.14.1]: https://github.com/JonathonReinhart/scuba/compare/v2.14.0...v2.14.1
304305
[2.14.0]: https://github.com/JonathonReinhart/scuba/compare/v2.13.1...v2.14.0
305306
[2.13.1]: https://github.com/JonathonReinhart/scuba/compare/v2.13.0...v2.13.1

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.1"
15+
BASE_VERSION = "2.14.2"
1616

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

0 commit comments

Comments
 (0)