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 013b075 commit 5eb2bc6Copy full SHA for 5eb2bc6
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "linked_list_allocator"
3
-version = "0.10.1"
+version = "0.10.2"
4
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
5
license = "Apache-2.0/MIT"
6
Changelog.md
@@ -1,5 +1,7 @@
# Unreleased
+# 0.10.2 – 2022-09-06
+
# 0.10.1 – 2022-07-07
7
- Fixed logic for freeing nodes ([#64])
0 commit comments