Skip to content

Commit

Permalink
VERSION: release v0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksa Sarai <[email protected]>
  • Loading branch information
cyphar committed Oct 9, 2024
1 parent 4e903ac commit ebada5e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] ##

## [0.1.2] - 2024-10-09 ##

> 蛇のように賢く、鳩のように素直でありなさい
### Fixes ###
- python bindings: add a minimal README for PyPI.
- python bindings: actually export `PROC_ROOT`.
Expand Down Expand Up @@ -235,7 +240,8 @@ Initial release.
- C FFI.
- Python bindings.

[Unreleased]: https://github.com/openSUSE/libpathrs/compare/v0.1.1...HEAD
[Unreleased]: https://github.com/openSUSE/libpathrs/compare/v0.1.2...HEAD
[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
[0.0.2]: https://github.com/openSUSE/libpathrs/compare/v0.0.1...v0.0.2
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.1+dev"
version = "0.1.2"
license = "LGPL-3.0-or-later"
authors = ["Aleksa Sarai <[email protected]>"]

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.1+dev"
version = "0.1.2"
description = "Python bindings for libpathrs, a safe path resolution library for Linux."
readme = "README.md"
keywords = ["libpathrs", "pathrs"]
Expand Down

0 comments on commit ebada5e

Please sign in to comment.