Skip to content

Commit 2a05125

Browse files
github-actions[bot]berkus
authored andcommitted
chore: release v11.2.0
1 parent 8d753b3 commit 2a05125

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [11.2.0](https://github.com/rust-embedded/aarch64-cpu/compare/v11.1.0...v11.2.0) - 2025-11-29
11+
12+
### Added
13+
14+
- Add VMPIDR_EL2, MDSCR_EL1, MDCR_EL2 (thanks @CUB3D)
15+
- Add missing fields to HCR_EL2 (thanks @CUB3D)
16+
- Add AFSR0_EL1, AFSR1_EL1, CONTEXTIDR_EL1 (thanks @kisum9)
17+
- Add up-to-date enumeration for EC field to ESR_EL1 and ESR_EL2 (thanks @kisum9)
18+
19+
### Changed
20+
21+
- Improve registers documentation
22+
1023
## [11.1.0](https://github.com/rust-embedded/aarch64-cpu/compare/v11.0.0...v11.1.0) - 2025-10-19
1124

1225
### Added

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-cpu"
3-
version = "11.1.0"
3+
version = "11.2.0"
44
authors = ["Andre Richter <[email protected]>"]
55
description = "Low level access to processors using the AArch64 execution state"
66
homepage = "https://github.com/rust-embedded/aarch64-cpu"

0 commit comments

Comments
 (0)