Skip to content

Commit 82e8ba3

Browse files
committed
VERSION: release v0.1.3
Signed-off-by: Aleksa Sarai <[email protected]>
1 parent abd455d commit 82e8ba3

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.3] - 2024-10-10 ##
10+
11+
> 自動化って物は試しとすればいい物だ
12+
913
### Changed ###
1014
- gha: our Rust crate and Python bindings are now uploaded automatically from a
1115
GitHub action when a tag is pushed.
@@ -252,7 +256,8 @@ Initial release.
252256
- C FFI.
253257
- Python bindings.
254258

255-
[Unreleased]: https://github.com/openSUSE/libpathrs/compare/v0.1.2...HEAD
259+
[Unreleased]: https://github.com/openSUSE/libpathrs/compare/v0.1.3...HEAD
260+
[0.1.3]: https://github.com/openSUSE/libpathrs/compare/v0.1.2...v0.1.3
256261
[0.1.2]: https://github.com/openSUSE/libpathrs/compare/v0.1.1...v0.1.2
257262
[0.1.1]: https://github.com/openSUSE/libpathrs/compare/v0.1.0...v0.1.1
258263
[0.1.0]: https://github.com/openSUSE/libpathrs/compare/v0.0.2...v0.1.0

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.2+dev"
19+
version = "0.1.3"
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.2+dev"
30+
version = "0.1.3"
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)