diff --git a/CHANGELOG.md b/CHANGELOG.md index c820546b..dcc4d445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ## +## [0.1.1] - 2024-10-01 ## + +> 頒布と聞いたら蛇に睨まれた蛙になるよ + ### Added ### - procfs: add support for operating on files in the `/proc` root (or other processes) with `ProcfsBase::ProcRoot`. @@ -226,7 +230,8 @@ Initial release. - C FFI. - Python bindings. -[Unreleased]: https://github.com/openSUSE/libpathrs/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/openSUSE/libpathrs/compare/v0.1.1...HEAD +[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 [0.0.2]: https://github.com/openSUSE/libpathrs/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/openSUSE/libpathrs/compare/v0.0.0...v0.0.1 diff --git a/Cargo.toml b/Cargo.toml index d116c454..eac95be2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ [package] name = "pathrs" -version = "0.1.0+dev" +version = "0.1.1" license = "LGPL-3.0-or-later" authors = ["Aleksa Sarai "] diff --git a/contrib/bindings/python/pyproject.toml b/contrib/bindings/python/pyproject.toml index 377fbbaa..8d25dbc5 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.0+dev" +version = "0.1.1" description = "Python bindings for libpathrs, a safe path resolution library for Linux." keywords = ["libpathrs", "pathrs"] license = { file = "COPYING.APACHE-2.0" }