Skip to content

Commit 6ed0ca4

Browse files
committed
multiboot2: prepare v0.13.3
1 parent 58ba609 commit 6ed0ca4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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.2"
9+
version = "0.13.3"
1010
authors = [
1111
"Philipp Oppermann <dev@phil-opp.com>",
1212
"Calvin Lee <cyrus296@gmail.com>",

multiboot2/Changelog.md

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

3+
## 0.13.3 (2022-05-03)
4+
- impl `Send` for `BootInformation`
5+
36
## 0.13.2 (2022-05-02)
47
- `TagType` now implements `Ord` so that it can be used in `BTreeSet`
58
- small internal improvements and restructuring of the code (no breaking changes to public API)

0 commit comments

Comments
 (0)