Skip to content

Commit 251eb1b

Browse files
committed
Release version 0.8.11
1 parent 0e0a5fc commit 251eb1b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linked_list_allocator"
3-
version = "0.8.10"
3+
version = "0.8.11"
44
authors = ["Philipp Oppermann <[email protected]>"]
55
license = "Apache-2.0/MIT"
66

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.8.11 – 2021-01-02
4+
35
- Add new `use_spin_nightly` feature, which, together with `const_mut_refs`, makes the `empty` method of `LockedHeap` const ([#49](https://github.com/phil-opp/linked-list-allocator/pull/49))
46

57
# 0.8.10 – 2020-12-28

0 commit comments

Comments
 (0)