From 90485325fabe7dcf05bd66e119022e0d8ac371e1 Mon Sep 17 00:00:00 2001 From: hky1999 <50011172+hky1999@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:22:25 +0800 Subject: [PATCH] Bump to v0.3.3 (#5) --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c43c19..46617bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.3.3 + +- Support the use of `page_table_entry` at the ARM EL2 privilege level (via the `arm-el2` feature). + +## 0.3.2 + +- Fix the Rust documentation for `TlbFlush` and `TlbFlushAll`. + ## 0.3.1 - Allow generic virtual address types in `PageTable64`. diff --git a/Cargo.toml b/Cargo.toml index edaa3f4..e5ec6e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.3.2" +version = "0.3.3" authors = ["Yuekai Jia "] license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" homepage = "https://github.com/arceos-org/arceos"