Skip to content

Commit

Permalink
Release version 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Sep 6, 2022
1 parent a59ceed commit 9e5878a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linked_list_allocator"
version = "0.10.2"
version = "0.10.3"
authors = ["Philipp Oppermann <[email protected]>"]
license = "Apache-2.0/MIT"

Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 0.10.3 – 2022-09-06

- Fix build on stable by adding missing field in `HoleList` initializer ([#68](https://github.com/rust-osdev/linked-list-allocator/pull/68))
- Fixes a bug introduced in `v0.10.2`.

Expand Down

0 comments on commit 9e5878a

Please sign in to comment.