Skip to content

Commit 3077c3b

Browse files
authored
Merge pull request #214 from rust-osdev/dev
release
2 parents 1c693d1 + f2681e6 commit 3077c3b

File tree

6 files changed

+18
-25
lines changed

6 files changed

+18
-25
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-test/bins/Cargo.lock

Lines changed: 9 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

multiboot2-header/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
Library with type definitions and parsing functions for Multiboot2 headers.
55
This library is `no_std` and can be used in bootloaders.
66
"""
7-
version = "0.3.2"
7+
version = "0.4.0"
88
authors = [
99
"Philipp Schuster <[email protected]>"
1010
]
@@ -41,7 +41,7 @@ unstable = []
4141

4242
[dependencies]
4343
derive_more.workspace = true
44-
multiboot2 = { version = "0.19.0", default-features = false }
44+
multiboot2 = { version = "0.20.0", default-features = false }
4545

4646
[package.metadata.docs.rs]
4747
all-features = true

multiboot2-header/Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.4.0 (2024-05-01)
6+
57
- added `EndHeaderTag::default()`
68
- MSRV is 1.70
79
- Can add multiple `TagType::Smbios` tags in the builder.

multiboot2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Multiboot2-compliant bootloaders, such as GRUB. It supports all tags from the
66
specification including full support for the sections of ELF files. This library
77
is `no_std` and can be used in a Multiboot2-kernel.
88
"""
9-
version = "0.19.0"
9+
version = "0.20.0"
1010
authors = [
1111
"Philipp Oppermann <[email protected]>",
1212
"Calvin Lee <[email protected]>",

multiboot2/Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.20.0 (2024-05-01)
6+
57
- added `InformationBuilder::default()`
68
- MSRV is 1.70
79

0 commit comments

Comments
 (0)