Skip to content

Commit

Permalink
VERSION: release 0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
  • Loading branch information
cyphar committed Oct 2, 2024
1 parent cc7f4d9 commit 8d0569a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cyphar@cyphar.com>"]

Expand Down
2 changes: 1 addition & 1 deletion contrib/bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 8d0569a

Please sign in to comment.