Skip to content

Commit 4cab289

Browse files
committed
prepare releases
1 parent cc2cbb1 commit 4cab289

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ thiserror = { version = "2.0.12", default-features = false }
2020

2121
# Intra-workspace dependencies of upstream crates: always point to the latest
2222
# stable version
23-
multiboot2 = { version = "0.23.1", default-features = false }
24-
multiboot2-common = { version = "0.2.1", default-features = false }
23+
multiboot2 = { version = "0.24.0", default-features = false }
24+
multiboot2-common = { version = "0.3.0", default-features = false }
2525

2626
# This way, the corresponding crate dependency can be normalley referenced by
2727
# version, while still the repository version is used transparently during local

integration-test/bins/Cargo.lock

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

multiboot2-common/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog for Crate `multiboot2-common`
22

3-
## Unreleased
3+
## v0.3.0 (2025-06-01)
44

55
- **Breaking:** Removed the optional `unstable` feature (required nightly)
66
- `core::error::Error` is now implemented unconditionally
7-
- **Breaking:** The MSRV is now 1.81
7+
- **Breaking:** The MSRV is now 1.85
88

99
## v0.2.1 (2024-09-19)
1010

multiboot2-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "multiboot2-common"
33
description = """
44
Common helpers for the `multiboot2` and `multiboot2-header` crates.
55
"""
6-
version = "0.2.1"
6+
version = "0.3.0"
77
authors = [
88
"Philipp Schuster <[email protected]>"
99
]

multiboot2-header/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog for Crate `multiboot2-header`
22

3-
## Unreleased
3+
## v0.7.0 (2025-06-01)
44

55
- **Breaking:** Removed the optional `unstable` feature (required nightly)
66
- `core::error::Error` is now implemented unconditionally
7-
- **Breaking:** The MSRV is now 1.81
7+
- **Breaking:** The MSRV is now 1.85
88

99
## v0.6.0 (2024-09-17)
1010

multiboot2-header/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ contained header tags. Usable in no_std environments, such as a
66
bootloader. An optional builder feature also allows the construction of
77
the corresponding structures.
88
"""
9-
version = "0.6.0"
9+
version = "0.7.0"
1010
authors = [
1111
"Philipp Schuster <[email protected]>"
1212
]

multiboot2/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog for Crate `multiboot2`
22

3-
## Unreleased
3+
## v0.24.0 (2025-06-01)
44

55
- **Breaking:** Removed the optional `unstable` feature (required nightly)
66
- `core::error::Error` is now implemented unconditionally
7-
- **Breaking:** The MSRV is now 1.81
7+
- **Breaking:** The MSRV is now 1.85
88
- Fixed a bug causing UB in `ElfSection::name()`
99

1010
## v0.23.1 (2024-10-21)

multiboot2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ structures and the contained information tags. Usable in `no_std` environments,
66
such as a kernel. An optional builder feature also allows the construction of
77
the corresponding structures.
88
"""
9-
version = "0.23.1"
9+
version = "0.24.0"
1010
authors = [
1111
"Philipp Oppermann <[email protected]>",
1212
"Calvin Lee <[email protected]>",

0 commit comments

Comments
 (0)