Skip to content

Commit

Permalink
chore: bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Feb 17, 2023
1 parent ab0383f commit e315d64
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.1] - 2023-02-17

### Fixed

- Bump `svgbobdoc` to `^0.3` to address a future-incompat report
Expand Down Expand Up @@ -52,7 +54,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Initial release.

[Unreleased]: https://github.com/yvt/rlsf/compare/0.2.0...HEAD
[Unreleased]: https://github.com/yvt/rlsf/compare/0.2.1...HEAD
[0.2.1]: https://github.com/yvt/rlsf/compare/0.2.0...0.2.1
[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.2.0"
version = "0.2.1"
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.2.0", path = "../rlsf" }
rlsf = { version = "0.2.1", path = "../rlsf" }
libc = "0.2.50"

[dev-dependencies]
Expand Down

0 comments on commit e315d64

Please sign in to comment.