Skip to content

Commit 9f5ca7e

Browse files
committed
Release 0.14.9
Signed-off-by: Joe Richey <joerichey@google.com>
1 parent 1ea319c commit 9f5ca7e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license = "MIT/Apache-2.0"
2222
name = "x86_64"
2323
readme = "README.md"
2424
repository = "https://github.com/rust-osdev/x86_64"
25-
version = "0.14.8"
25+
version = "0.14.9"
2626
edition = "2018"
2727
rust-version = "1.57" # Needed to support panic! in const fns
2828

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 0.14.9 - TODO
4+
5+
- TODO
6+
37
# 0.14.8 – 2022-02-03
48

59
- Add `Cr2::read_raw` ([#334](https://github.com/rust-osdev/x86_64/pull/334))

0 commit comments

Comments
 (0)