From 346ea66fecce7eab483a159a8275b22e7ea20ad1 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Thu, 23 Mar 2023 18:35:39 +0000 Subject: [PATCH] Prepare for 0.4.0 release. --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d79fb3e..b0734e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.4.0 ### Breaking changes diff --git a/Cargo.toml b/Cargo.toml index f76c23d..0981ad0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aarch64-paging" -version = "0.3.0" +version = "0.4.0" edition = "2021" license = "MIT OR Apache-2.0" description = "A library to manipulate AArch64 VMSA EL1 page tables."