Skip to content

Commit 85d053d

Browse files
committed
Bump to v0.5.3
1 parent 7096d46 commit 85d053d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Minor Changes
66

7+
- Add `empty` method to page table entries for all architectures.
8+
9+
## 0.5.2
10+
11+
### Minor Changes
12+
713
- Make LoongArch64's page table default to 4 levels (https://github.com/arceos-org/page_table_multiarch/pull/12).
814
- Do not link to alloc crate (https://github.com/arceos-org/page_table_multiarch/pull/13).
915
- Implement `Clone` and `Copy` for `PagingError` (https://github.com/arceos-org/page_table_multiarch/pull/14).

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.5.2"
10+
version = "0.5.3"
1111
edition = "2024"
1212
authors = ["Yuekai Jia <[email protected]>"]
1313
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"

0 commit comments

Comments
 (0)