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 1375b2e commit 66752f7Copy full SHA for 66752f7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "linked_list_allocator"
3
-version = "0.6.4"
+version = "0.6.5"
4
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
5
license = "Apache-2.0/MIT"
6
Changelog.md
@@ -1,2 +1,4 @@
+# 0.6.5
+
- Align up the Hole initialization address ([#18](https://github.com/phil-opp/linked-list-allocator/pull/18))
- Remove `alloc` feature gate, which is now stable
0 commit comments