Skip to content

Commit cc72c24

Browse files
committed
chore: bump to 0.1.2
1 parent 20cdcbb commit cc72c24

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.1.2] - 2021-05-30
11+
1012
- Performance and code size optimization
1113
- **Added:** `GlobalTlsf` now provides a `malloc`-compatible interface.
1214
- **Fixed:** Raised the version requirement of `libc` to 0.2.56, where `MAP_FIXED_NOREPLACE` was added.
@@ -20,5 +22,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2022

2123
- Initial release.
2224

23-
[Unreleased]: https://github.com/yvt/rlsf/compare/0.1.1...HEAD
25+
[Unreleased]: https://github.com/yvt/rlsf/compare/0.1.2...HEAD
26+
[0.1.2]: https://github.com/yvt/rlsf/compare/0.1.1...0.1.2
2427
[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.1"
3+
version = "0.1.2"
44
authors = ["yvt <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
edition = "2018"

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.1", path = "../rlsf" }
16+
rlsf = { version = "0.1.2", path = "../rlsf" }
1717
libc = "0.2.50"
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)