Skip to content

Commit 9e5878a

Browse files
committed
Release version 0.10.3
1 parent a59ceed commit 9e5878a

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.10.2"
3+
version = "0.10.3"
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.10.3 – 2022-09-06
4+
35
- Fix build on stable by adding missing field in `HoleList` initializer ([#68](https://github.com/rust-osdev/linked-list-allocator/pull/68))
46
- Fixes a bug introduced in `v0.10.2`.
57

0 commit comments

Comments
 (0)