Skip to content

Commit f80a242

Browse files
committed
VERSION: release v0.2.2
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
1 parent 4bd8863 commit f80a242

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
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.2.2] - 2025-11-25 ##
10+
11+
> 貴様ら全員刀の錆にしてやるぜ。
12+
913
### Changed ###
1014
- Add `_test_race` feature to allow you to opt-out of the race tests when
1115
testing with `cargo test` (which resolves the spurious `EAGAIN` failures you
@@ -598,7 +602,8 @@ Initial release.
598602
- C FFI.
599603
- Python bindings.
600604

601-
[Unreleased]: https://github.com/cyphar/libpathrs/compare/v0.2.1...HEAD
605+
[Unreleased]: https://github.com/cyphar/libpathrs/compare/v0.2.2...HEAD
606+
[0.2.1]: https://github.com/cyphar/libpathrs/compare/v0.2.1...v0.2.2
602607
[0.2.1]: https://github.com/cyphar/libpathrs/compare/v0.2.0...v0.2.1
603608
[0.2.0]: https://github.com/cyphar/libpathrs/compare/v0.1.3...v0.2.0
604609
[0.1.3]: https://github.com/cyphar/libpathrs/compare/v0.1.2...v0.1.3

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.1+dev"
34+
version = "0.2.2"
3535
license = "MPL-2.0 OR LGPL-3.0-or-later"
3636
authors = ["Aleksa Sarai <cyphar@cyphar.com>"]
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.1+dev"
24+
version = "0.2.2"
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)