Skip to content

Commit ace42a1

Browse files
committed
chore: bump to 0.2.0
1 parent 9118eea commit ace42a1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2022-08-31
11+
1012
### Changed
1113

1214
- **Breaking:** Raised the minimum supported Rust version to 1.61
@@ -42,6 +44,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4244

4345
- Initial release.
4446

45-
[Unreleased]: https://github.com/yvt/rlsf/compare/0.1.2...HEAD
47+
[Unreleased]: https://github.com/yvt/rlsf/compare/0.2.0...HEAD
48+
[0.2.0]: https://github.com/yvt/rlsf/compare/0.1.2...0.2.0
4649
[0.1.2]: https://github.com/yvt/rlsf/compare/0.1.1...0.1.2
4750
[0.1.1]: https://github.com/yvt/rlsf/compare/0.1.0...0.1.1

crates/rlsf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlsf"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
authors = ["yvt <i@yvt.jp>"]
55
license = "MIT/Apache-2.0"
66
edition = "2021"

crates/rlsf_override/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib", "staticlib"]
1313
path = "src/lib.rs"
1414

1515
[dependencies]
16-
rlsf = { version = "0.1.2", path = "../rlsf" }
16+
rlsf = { version = "0.2.0", path = "../rlsf" }
1717
libc = "0.2.50"
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)