Skip to content

Commit

Permalink
VERSION: release v0.1.3
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 9, 2024
1 parent abd455d commit 82e8ba3
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.3] - 2024-10-10 ##

> 自動化って物は試しとすればいい物だ
### Changed ###
- gha: our Rust crate and Python bindings are now uploaded automatically from a
GitHub action when a tag is pushed.
Expand Down Expand Up @@ -252,7 +256,8 @@ Initial release.
- C FFI.
- Python bindings.

[Unreleased]: https://github.com/openSUSE/libpathrs/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/openSUSE/libpathrs/compare/v0.1.3...HEAD
[0.1.3]: https://github.com/openSUSE/libpathrs/compare/v0.1.2...v0.1.3
[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
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.2+dev"
version = "0.1.3"
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.2+dev"
version = "0.1.3"
description = "Python bindings for libpathrs, a safe path resolution library for Linux."
readme = "README.md"
keywords = ["libpathrs", "pathrs"]
Expand Down

0 comments on commit 82e8ba3

Please sign in to comment.