We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4941320 commit c8190bdCopy full SHA for c8190bd
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "linked_list_allocator"
3
-version = "0.9.0"
+version = "0.9.1"
4
authors = ["Philipp Oppermann <[email protected]>"]
5
license = "Apache-2.0/MIT"
6
Changelog.md
@@ -1,5 +1,7 @@
# Unreleased
+# 0.9.1 – 2021-10-17
+
- Add safe constructor and initialization for `Heap` ([#55](https://github.com/phil-opp/linked-list-allocator/pull/55))
- Merge front/back padding after allocate current hole ([#54](https://github.com/phil-opp/linked-list-allocator/pull/54))
7
0 commit comments