Skip to content

Commit 32f55b9

Browse files
committed
crate: release libpathrs v0.1.0
Signed-off-by: Aleksa Sarai <[email protected]>
1 parent 916820f commit 32f55b9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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.0] - 2024-09-14 ##
10+
11+
> 負けたくないことに理由って要る?
12+
913
### Added ###
1014
- libpathrs now has an official MSRV of 1.63, which is verified by our CI. The
1115
MSRV was chosen because it's the Rust version in Debian stable and it has
@@ -183,7 +187,8 @@ Initial release.
183187
- C FFI.
184188
- Python bindings.
185189

186-
[Unreleased]: https://github.com/openSUSE/libpathrs/compare/v0.0.2...HEAD
190+
[Unreleased]: https://github.com/openSUSE/libpathrs/compare/v0.1.0...HEAD
191+
[0.1.0]: https://github.com/openSUSE/libpathrs/compare/v0.0.2...v0.1.0
187192
[0.0.2]: https://github.com/openSUSE/libpathrs/compare/v0.0.1...v0.0.2
188193
[0.0.1]: https://github.com/openSUSE/libpathrs/compare/v0.0.0...v0.0.1
189194
[0.0.0]: https://github.com/openSUSE/libpathrs/commits/v0.0.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.0.2+dev"
19+
version = "0.1.0"
2020
license = "LGPL-3.0-or-later"
2121
authors = ["Aleksa Sarai <[email protected]>"]
2222

0 commit comments

Comments
 (0)