浏览代码

multiboot2: release v0.18.0

Philipp Schuster 1 年之前
父节点
当前提交
22a8a5b8c8
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      multiboot2/Cargo.toml
  2. 1 1
      multiboot2/Changelog.md

+ 1 - 1
multiboot2/Cargo.toml

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

+ 1 - 1
multiboot2/Changelog.md

@@ -1,6 +1,6 @@
 # CHANGELOG for crate `multiboot2`
 
-## 0.18.0 (2023-xx-xx)
+## 0.18.0 (2023-07-13)
 - **BREAKING** The `TagTrait` was enhanced and now has an associated `ID`
   constant. This is only breaking to users that used `BootInformation::get_tag`
   or that implement custom tags. `BootInformation::get_tag` doesn't need the