Skip to content

Commit 3fe45b1

Browse files
committed
multiboot2: prepared 0.13.2 release
1 parent aa0e55d commit 3fe45b1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

multiboot2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Multiboot2-compliant bootloaders, like GRUB. It supports all tags from the speci
66
including full support for the sections of ELF-64. This library is `no_std` and can be
77
used in a Multiboot2-kernel.
88
"""
9-
version = "0.13.1"
9+
version = "0.13.2"
1010
authors = [
1111
"Philipp Oppermann <[email protected]>",
1212
"Calvin Lee <[email protected]>",

multiboot2/Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG for crate `multiboot2`
22

3+
## 0.13.2
4+
- `TagType` now implements `Ord` so that it can be used in `BTreeSet`
5+
- small internal improvements and restructuring of the code (no breaking changes to public API)
6+
37
## 0.13.1
48
- minor fix
59

0 commit comments

Comments
 (0)