Skip to content

Commit

Permalink
chore: bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Aug 31, 2022
1 parent 9118eea commit ace42a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.2.0] - 2022-08-31

### Changed

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

- Initial release.

[Unreleased]: https://github.com/yvt/rlsf/compare/0.1.2...HEAD
[Unreleased]: https://github.com/yvt/rlsf/compare/0.2.0...HEAD
[0.2.0]: https://github.com/yvt/rlsf/compare/0.1.2...0.2.0
[0.1.2]: https://github.com/yvt/rlsf/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/yvt/rlsf/compare/0.1.0...0.1.1
2 changes: 1 addition & 1 deletion crates/rlsf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rlsf"
version = "0.1.2"
version = "0.2.0"
authors = ["yvt <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion crates/rlsf_override/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["cdylib", "rlib", "staticlib"]
path = "src/lib.rs"

[dependencies]
rlsf = { version = "0.1.2", path = "../rlsf" }
rlsf = { version = "0.2.0", path = "../rlsf" }
libc = "0.2.50"

[dev-dependencies]
Expand Down

0 comments on commit ace42a1

Please sign in to comment.