Skip to content

Commit d6ef84c

Browse files
committed
Prepare for 0.3.1 release.
1 parent b5629a4 commit d6ef84c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Bugfixes
6+
7+
- Fixed bug with four-argument version of `initial_pagetable!` swapping TCR and SCTLR values.
8+
39
## 0.3.0
410

511
### Breaking changes

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aarch64-rt"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
description = "Startup code and exception vector for aarch64 Cortex-A processors."

0 commit comments

Comments
 (0)