Skip to content

Commit f277210

Browse files
committed
merge #48 into cyphar/filepath-securejoin:main
Aleksa Sarai (2): VERSION: back to development VERSION: release v0.4.1 LGTMs: cyphar
2 parents 509a359 + d1f0911 commit f277210

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased] ##
88

9+
## [0.4.1] - 2025-01-28 ##
10+
911
### Fixed ###
1012
- The restrictions added for `root` paths passed to `SecureJoin` in 0.4.0 was
1113
found to be too strict and caused some regressions when folks tried to
@@ -236,7 +238,8 @@ This is our first release of `github.com/cyphar/filepath-securejoin`,
236238
containing a full implementation with a coverage of 93.5% (the only missing
237239
cases are the error cases, which are hard to mocktest at the moment).
238240

239-
[Unreleased]: https://github.com/cyphar/filepath-securejoin/compare/v0.4.0...HEAD
241+
[Unreleased]: https://github.com/cyphar/filepath-securejoin/compare/v0.4.1...HEAD
242+
[0.4.1]: https://github.com/cyphar/filepath-securejoin/compare/v0.4.0...v0.4.1
240243
[0.4.0]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.6...v0.4.0
241244
[0.3.6]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.5...v0.3.6
242245
[0.3.5]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.4...v0.3.5

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0+dev
1+
0.4.1+dev

0 commit comments

Comments
 (0)