diff --git a/CHANGELOG.md b/CHANGELOG.md index 686a1a7..e41ca1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.x.x +## 0.5.0 ### Bug fixes diff --git a/Cargo.toml b/Cargo.toml index ac9236e..0e61775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,13 @@ [package] name = "aarch64-paging" -version = "0.4.1" +version = "0.5.0" edition = "2021" license = "MIT OR Apache-2.0" description = "A library to manipulate AArch64 VMSA EL1 page tables." -authors = ["Ard Biesheuvel ", "Andrew Walbran "] +authors = [ + "Ard Biesheuvel ", + "Andrew Walbran ", +] repository = "https://github.com/google/aarch64-paging" keywords = ["arm", "aarch64", "cortex-a", "vmsa", "pagetable"] categories = ["embedded", "no-std", "hardware-support"]