Skip to content

Commit ebada5e

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

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased] ##
8+
9+
## [0.1.2] - 2024-10-09 ##
10+
11+
> 蛇のように賢く、鳩のように素直でありなさい
12+
813
### Fixes ###
914
- python bindings: add a minimal README for PyPI.
1015
- python bindings: actually export `PROC_ROOT`.
@@ -235,7 +240,8 @@ Initial release.
235240
- C FFI.
236241
- Python bindings.
237242

238-
[Unreleased]: https://github.com/openSUSE/libpathrs/compare/v0.1.1...HEAD
243+
[Unreleased]: https://github.com/openSUSE/libpathrs/compare/v0.1.2...HEAD
244+
[0.1.2]: https://github.com/openSUSE/libpathrs/compare/v0.1.1...v0.1.2
239245
[0.1.1]: https://github.com/openSUSE/libpathrs/compare/v0.1.0...v0.1.1
240246
[0.1.0]: https://github.com/openSUSE/libpathrs/compare/v0.0.2...v0.1.0
241247
[0.0.2]: https://github.com/openSUSE/libpathrs/compare/v0.0.1...v0.0.2

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.1+dev"
19+
version = "0.1.2"
2020
license = "LGPL-3.0-or-later"
2121
authors = ["Aleksa Sarai <[email protected]>"]
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.1+dev"
30+
version = "0.1.2"
3131
description = "Python bindings for libpathrs, a safe path resolution library for Linux."
3232
readme = "README.md"
3333
keywords = ["libpathrs", "pathrs"]

0 commit comments

Comments
 (0)