Skip to content

Commit 1745184

Browse files
committed
mark as beta release
1 parent 32ed8fc commit 1745184

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ license = "MIT/Apache-2.0"
1515
name = "x86_64"
1616
readme = "README.md"
1717
repository = "https://github.com/rust-osdev/x86_64"
18-
version = "0.15.0"
18+
version = "0.15.0-beta"
1919
edition = "2018"
2020
rust-version = "1.59" # Needed to support inline asm and default const generics
2121

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22

3-
# 0.15.0 – 2024-01-14
3+
# 0.15.0-beta – 2024-02-08
44

55
## Breaking changes
66

0 commit comments

Comments
 (0)