Selaa lähdekoodia

multiboot2: v0.13.1

Philipp Schuster 3 vuotta sitten
vanhempi
commit
18996356d5
2 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 1 1
      multiboot2/Cargo.toml
  2. 4 1
      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.0"
+version = "0.13.1"
 authors = [
     "Philipp Oppermann <dev@phil-opp.com>",
     "Calvin Lee <cyrus296@gmail.com>",

+ 4 - 1
multiboot2/Changelog.md

@@ -1,6 +1,9 @@
 # CHANGELOG for crate `multiboot2`
 
-## 0.13.0
+## 0.13.1
+- minor fix
+
+## 0.13.0 (**yanked**)
 - added missing getters for tag `ImageLoadPhysAddr`
 - added missing getters for tags `EFIImageHandle32` and `EFIImageHandle64`