Skip to content

Commit 37a2aa0

Browse files
committed
multiboot2-common: prepare v0.2.1
1 parent cfde730 commit 37a2aa0

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

multiboot2-common/CHANGELOG.md

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

33
## Unreleased
44

5+
## v0.2.1 (2024-09-19)
6+
7+
- Documentation improvements
8+
59
## v0.2.0 (2024-09-17)
610

711
- dependency updates

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.0"
6+
version = "0.2.1"
77
authors = [
88
"Philipp Schuster <[email protected]>"
99
]

0 commit comments

Comments
 (0)