Skip to content

Commit 4e16c19

Browse files
committed
VERSION: release v0.2.0
Signed-off-by: Aleksa Sarai <[email protected]>
1 parent f3ddc3b commit 4e16c19

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.0] - 2025-10-17 ##
10+
11+
> You're gonna need a bigger boat.
12+
913
> [!NOTE]
1014
> As of this release, the libpathrs repository has been moved to
1115
> https://github.com/cyphar/libpathrs. Please update any references you have
@@ -504,7 +508,8 @@ Initial release.
504508
- C FFI.
505509
- Python bindings.
506510

507-
[Unreleased]: https://github.com/cyphar/libpathrs/compare/v0.1.3...HEAD
511+
[Unreleased]: https://github.com/cyphar/libpathrs/compare/v0.2.0...HEAD
512+
[0.1.3]: https://github.com/cyphar/libpathrs/compare/v0.1.3...v0.2.0
508513
[0.1.3]: https://github.com/cyphar/libpathrs/compare/v0.1.2...v0.1.3
509514
[0.1.2]: https://github.com/cyphar/libpathrs/compare/v0.1.1...v0.1.2
510515
[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.1.3+dev"
34+
version = "0.2.0"
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.1.3+dev"
24+
version = "0.2.0"
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)