From 24a1643484d992ecb8d8e285166c154d65288ef3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 17:31:23 +0000 Subject: [PATCH] chore: release v11.2.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 992a380..8ed45cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.2.1](https://github.com/rust-embedded/aarch64-cpu/compare/v11.2.0...v11.2.1) - 2025-12-10 + +### Other + +- Merge pull request #65 from kisum9/remove-esr_el1-unused-value +- Remove unused HVC64 and SMC64 values + ## [11.2.0](https://github.com/rust-embedded/aarch64-cpu/compare/v11.1.0...v11.2.0) - 2025-11-29 ### Added diff --git a/Cargo.toml b/Cargo.toml index ee30979..9675603 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aarch64-cpu" -version = "11.2.0" +version = "11.2.1" authors = ["Andre Richter "] description = "Low level access to processors using the AArch64 execution state" homepage = "https://github.com/rust-embedded/aarch64-cpu"