Skip to content

Commit f900452

Browse files
committed
VERSION: release v0.2.1
Signed-off-by: Aleksa Sarai <[email protected]>
1 parent a17babd commit f900452

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
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.2.1] - 2025-11-03 ##
10+
11+
> やられたらやり返す。倍返しだ!
12+
913
### Security ###
1014
- When using `ProcfsHandle::open_follow` on **non**-magic-links, libpathrs
1115
could fall victim to an overmount attack because we had incorrectly assumed
@@ -571,8 +575,9 @@ Initial release.
571575
- C FFI.
572576
- Python bindings.
573577

574-
[Unreleased]: https://github.com/cyphar/libpathrs/compare/v0.2.0...HEAD
575-
[0.1.3]: https://github.com/cyphar/libpathrs/compare/v0.1.3...v0.2.0
578+
[Unreleased]: https://github.com/cyphar/libpathrs/compare/v0.2.1...HEAD
579+
[0.2.1]: https://github.com/cyphar/libpathrs/compare/v0.2.0...v0.2.1
580+
[0.2.0]: https://github.com/cyphar/libpathrs/compare/v0.1.3...v0.2.0
576581
[0.1.3]: https://github.com/cyphar/libpathrs/compare/v0.1.2...v0.1.3
577582
[0.1.2]: https://github.com/cyphar/libpathrs/compare/v0.1.1...v0.1.2
578583
[0.1.1]: https://github.com/cyphar/libpathrs/compare/v0.1.0...v0.1.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
[package]
3333
name = "pathrs"
34-
version = "0.2.0+dev"
34+
version = "0.2.1"
3535
license = "MPL-2.0 OR LGPL-3.0-or-later"
3636
authors = ["Aleksa Sarai <[email protected]>"]
3737

contrib/bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ build-backend = "setuptools.build_meta"
2121
[project]
2222
name = "pathrs"
2323
# TODO: Figure out a way to keep this version up-to-date with Cargo.toml.
24-
version = "0.2.0+dev"
24+
version = "0.2.1"
2525
description = "Python bindings for libpathrs, a safe path resolution library for Linux."
2626
readme = "README.md"
2727
keywords = ["libpathrs", "pathrs"]

0 commit comments

Comments
 (0)