We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebad48 commit cf6a569Copy full SHA for cf6a569
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "linked_list_allocator"
3
-version = "0.9.1"
+version = "0.10.0"
4
authors = ["Philipp Oppermann <[email protected]>"]
5
license = "Apache-2.0/MIT"
6
Changelog.md
@@ -1,5 +1,7 @@
# Unreleased
+# 0.10.0 – 2022-06-27
+
- Changed constructor to take `*mut u8` instead of `usize` ([#62])
- NOTE: Breaking API change
7
- Reworked internals to pass Miri tests ([#62])
0 commit comments