Skip to content

Commit 200008e

Browse files
committed
VERSION: release v0.3.6
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
1 parent 43784dc commit 200008e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.3.6] - 2024-12-17 ##
10+
911
### Compatibility ###
1012
- The minimum Go version requirement for `filepath-securejoin` is now Go 1.18
1113
(we use generics internally).
@@ -191,7 +193,8 @@ This is our first release of `github.com/cyphar/filepath-securejoin`,
191193
containing a full implementation with a coverage of 93.5% (the only missing
192194
cases are the error cases, which are hard to mocktest at the moment).
193195

194-
[Unreleased]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.5...HEAD
196+
[Unreleased]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.6...HEAD
197+
[0.3.6]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.5...v0.3.6
195198
[0.3.5]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.4...v0.3.5
196199
[0.3.4]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.3...v0.3.4
197200
[0.3.3]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.2...v0.3.3

VERSION

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

0 commit comments

Comments
 (0)