Skip to content

Commit 8d0569a

Browse files
committed
VERSION: release 0.1.1
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
1 parent cc7f4d9 commit 8d0569a

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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.1.1] - 2024-10-01 ##
10+
11+
> 頒布と聞いたら蛇に睨まれた蛙になるよ
12+
913
### Added ###
1014
- procfs: add support for operating on files in the `/proc` root (or other
1115
processes) with `ProcfsBase::ProcRoot`.
@@ -226,7 +230,8 @@ Initial release.
226230
- C FFI.
227231
- Python bindings.
228232

229-
[Unreleased]: https://github.com/openSUSE/libpathrs/compare/v0.1.0...HEAD
233+
[Unreleased]: https://github.com/openSUSE/libpathrs/compare/v0.1.1...HEAD
234+
[0.1.1]: https://github.com/openSUSE/libpathrs/compare/v0.1.0...v0.1.1
230235
[0.1.0]: https://github.com/openSUSE/libpathrs/compare/v0.0.2...v0.1.0
231236
[0.0.2]: https://github.com/openSUSE/libpathrs/compare/v0.0.1...v0.0.2
232237
[0.0.1]: https://github.com/openSUSE/libpathrs/compare/v0.0.0...v0.0.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
[package]
1818
name = "pathrs"
19-
version = "0.1.0+dev"
19+
version = "0.1.1"
2020
license = "LGPL-3.0-or-later"
2121
authors = ["Aleksa Sarai <cyphar@cyphar.com>"]
2222

contrib/bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ build-backend = "setuptools.build_meta"
2727
[project]
2828
name = "pathrs"
2929
# TODO: Figure out a way to keep this version up-to-date with Cargo.toml.
30-
version = "0.1.0+dev"
30+
version = "0.1.1"
3131
description = "Python bindings for libpathrs, a safe path resolution library for Linux."
3232
keywords = ["libpathrs", "pathrs"]
3333
license = { file = "COPYING.APACHE-2.0" }

0 commit comments

Comments
 (0)