Kaynağa Gözat

multiboot2: prepare v0.13.3

Philipp Schuster 2 yıl önce
ebeveyn
işleme
6ed0ca4c3f
2 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 1 1
      multiboot2/Cargo.toml
  2. 3 0
      multiboot2/Changelog.md

+ 1 - 1
multiboot2/Cargo.toml

@@ -6,7 +6,7 @@ Multiboot2-compliant bootloaders, like GRUB. It supports all tags from the speci
 including full support for the sections of ELF-64. This library is `no_std` and can be
 used in a Multiboot2-kernel.
 """
-version = "0.13.2"
+version = "0.13.3"
 authors = [
     "Philipp Oppermann <dev@phil-opp.com>",
     "Calvin Lee <cyrus296@gmail.com>",

+ 3 - 0
multiboot2/Changelog.md

@@ -1,5 +1,8 @@
 # CHANGELOG for crate `multiboot2`
 
+## 0.13.3 (2022-05-03)
+- impl `Send` for `BootInformation`
+
 ## 0.13.2 (2022-05-02)
 - `TagType` now implements `Ord` so that it can be used in `BTreeSet`
 - small internal improvements and restructuring of the code (no breaking changes to public API)