Skip to content

Commit ce7b28a

Browse files
committed
VERSION: release v0.3.1
Signed-off-by: Aleksa Sarai <[email protected]>
1 parent a2c14f8 commit ce7b28a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.3.1] - 2024-07-23 ##
10+
911
### Changed ###
1012
- By allowing `Open(at)InRoot` to opt-out of the extra work done by `MkdirAll`
1113
to do the necessary "partial lookups", `Open(at)InRoot` now does less work
@@ -125,7 +127,8 @@ This is our first release of `github.com/cyphar/filepath-securejoin`,
125127
containing a full implementation with a coverage of 93.5% (the only missing
126128
cases are the error cases, which are hard to mocktest at the moment).
127129

128-
[Unreleased]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.0...HEAD
130+
[Unreleased]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.1...HEAD
131+
[0.3.1]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.0...v0.3.1
129132
[0.3.0]: https://github.com/cyphar/filepath-securejoin/compare/v0.2.5...v0.3.0
130133
[0.2.5]: https://github.com/cyphar/filepath-securejoin/compare/v0.2.4...v0.2.5
131134
[0.2.4]: https://github.com/cyphar/filepath-securejoin/compare/v0.2.3...v0.2.4

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0+dev
1+
0.3.1

0 commit comments

Comments
 (0)