Skip to content

Commit

Permalink
Bump to v0.3.3 (arceos-org#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
hky1999 authored Aug 12, 2024
1 parent df614b5 commit 9048532
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
]

[workspace.package]
version = "0.3.2"
version = "0.3.3"
authors = ["Yuekai Jia <[email protected]>"]
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
homepage = "https://github.com/arceos-org/arceos"
Expand Down

0 comments on commit 9048532

Please sign in to comment.