diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bff1fb7..455eb827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ## +## [0.1.3] - 2024-10-10 ## + +> 自動化って物は試しとすればいい物だ + ### Changed ### - gha: our Rust crate and Python bindings are now uploaded automatically from a GitHub action when a tag is pushed. @@ -252,7 +256,8 @@ Initial release. - C FFI. - Python bindings. -[Unreleased]: https://github.com/openSUSE/libpathrs/compare/v0.1.2...HEAD +[Unreleased]: https://github.com/openSUSE/libpathrs/compare/v0.1.3...HEAD +[0.1.3]: https://github.com/openSUSE/libpathrs/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/openSUSE/libpathrs/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/openSUSE/libpathrs/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/openSUSE/libpathrs/compare/v0.0.2...v0.1.0 diff --git a/Cargo.toml b/Cargo.toml index ba4f3944..8200f77b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ [package] name = "pathrs" -version = "0.1.2+dev" +version = "0.1.3" license = "LGPL-3.0-or-later" authors = ["Aleksa Sarai "] diff --git a/contrib/bindings/python/pyproject.toml b/contrib/bindings/python/pyproject.toml index f202ff40..27ea1892 100644 --- a/contrib/bindings/python/pyproject.toml +++ b/contrib/bindings/python/pyproject.toml @@ -27,7 +27,7 @@ build-backend = "setuptools.build_meta" [project] name = "pathrs" # TODO: Figure out a way to keep this version up-to-date with Cargo.toml. -version = "0.1.2+dev" +version = "0.1.3" description = "Python bindings for libpathrs, a safe path resolution library for Linux." readme = "README.md" keywords = ["libpathrs", "pathrs"]