Skip to content

Commit 82e47fb

Browse files
committed
merge #68 into cyphar/filepath-securejoin:main
Aleksa Sarai (3): api: remove top-level wrappers for pathrs-lite VERSION: back to development VERSION: release 0.5.0 LGTMs: cyphar
2 parents 17e58e1 + b77c0ce commit 82e47fb

File tree

3 files changed

+12
-50
lines changed

3 files changed

+12
-50
lines changed

CHANGELOG.md

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

77
## [Unreleased] ##
88

9+
### Breaking ###
10+
- The deprecated `MkdirAll`, `MkdirAllHandle`, `OpenInRoot`, `OpenatInRoot` and
11+
`Reopen` wrappers have been removed. Please switch to using `pathrs-lite`
12+
directly.
13+
14+
## [0.5.0] - 2025-09-26 ##
15+
16+
> Let the past die. Kill it if you have to.
17+
918
> **NOTE**: With this release, some parts of
1019
> `github.com/cyphar/filepath-securejoin` are now licensed under the Mozilla
1120
> Public License (version 2). Please see [COPYING.md][] as well as the the
@@ -350,7 +359,8 @@ This is our first release of `github.com/cyphar/filepath-securejoin`,
350359
containing a full implementation with a coverage of 93.5% (the only missing
351360
cases are the error cases, which are hard to mocktest at the moment).
352361

353-
[Unreleased]: https://github.com/cyphar/filepath-securejoin/compare/v0.4.1...HEAD
362+
[Unreleased]: https://github.com/cyphar/filepath-securejoin/compare/v0.5.0...HEAD
363+
[0.5.0]: https://github.com/cyphar/filepath-securejoin/compare/v0.4.1...v0.5.0
354364
[0.4.1]: https://github.com/cyphar/filepath-securejoin/compare/v0.4.0...v0.4.1
355365
[0.4.0]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.6...v0.4.0
356366
[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+dev

deprecated_linux.go

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)