浏览代码

multiboot2 0.8.2

Philipp Oppermann 5 年之前
父节点
当前提交
cb0284e216
共有 2 个文件被更改,包括 3 次插入1 次删除
  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))