Explorar el Código

multiboot2 0.8.2

Philipp Oppermann hace 5 años
padre
commit
cb0284e216
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 1 1
      Cargo.toml
  2. 2 0
      Changelog.md

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "multiboot2"
-version = "0.8.1"
+version = "0.8.2"
 authors = ["Philipp Oppermann <dev@phil-opp.com>", "Calvin Lee <cyrus296@gmail.com>"]
 license = "MIT/Apache-2.0"
 description = "An experimental Multiboot 2 crate for ELF-64/32 kernels."

+ 2 - 0
Changelog.md

@@ -1,2 +1,4 @@
+# 0.8.2
+
 - Add some basic documentation ([#62](https://github.com/rust-osdev/multiboot2-elf64/pull/62))
 - Add MemoryAreaType, to allow users to access memory area types in a type-safe way ([#61](https://github.com/rust-osdev/multiboot2-elf64/pull/61))