We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e595656 commit cabe480Copy full SHA for cabe480
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "linked_list_allocator"
3
-version = "0.10.0"
+version = "0.10.1"
4
authors = ["Philipp Oppermann <[email protected]>"]
5
license = "Apache-2.0/MIT"
6
Changelog.md
@@ -1,5 +1,7 @@
# Unreleased
+# 0.10.1 – 2022-07-07
+
- Fixed logic for freeing nodes ([#64])
7
[#64]: https://github.com/rust-osdev/linked-list-allocator/pull/64
0 commit comments