Skip to content

Commit bb9e81f

Browse files
committed
VERSION: release 0.5.0
Signed-off-by: Aleksa Sarai <[email protected]>
1 parent 17e58e1 commit bb9e81f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased] ##
88

9+
## [0.5.0] - 2025-09-26 ##
10+
11+
> Let the past die. Kill it if you have to.
12+
913
> **NOTE**: With this release, some parts of
1014
> `github.com/cyphar/filepath-securejoin` are now licensed under the Mozilla
1115
> Public License (version 2). Please see [COPYING.md][] as well as the the
@@ -350,7 +354,8 @@ This is our first release of `github.com/cyphar/filepath-securejoin`,
350354
containing a full implementation with a coverage of 93.5% (the only missing
351355
cases are the error cases, which are hard to mocktest at the moment).
352356

353-
[Unreleased]: https://github.com/cyphar/filepath-securejoin/compare/v0.4.1...HEAD
357+
[Unreleased]: https://github.com/cyphar/filepath-securejoin/compare/v0.5.0...HEAD
358+
[0.5.0]: https://github.com/cyphar/filepath-securejoin/compare/v0.4.1...v0.5.0
354359
[0.4.1]: https://github.com/cyphar/filepath-securejoin/compare/v0.4.0...v0.4.1
355360
[0.4.0]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.6...v0.4.0
356361
[0.3.6]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.5...v0.3.6

VERSION

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

0 commit comments

Comments
 (0)