From e4f2d1e9868611d1581b15eded3d552297b41519 Mon Sep 17 00:00:00 2001 From: Gerd Zellweger Date: Tue, 18 Oct 2022 16:10:51 -0700 Subject: Bump version. --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e5f69f..38b35d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [0.52.0] - 2022-10-18 + +- Add user-defined, hardware ignored bits to page-table flags. + ## [0.51.0] - 2022-07-15 - Implement `core::iter::Step` for PAddr, VAddr, IOAddr types. This currently diff --git a/Cargo.toml b/Cargo.toml index 8f2a31a..1bf61c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "x86" -version = "0.51.0" +version = "0.52.0" authors = [ "Gerd Zellweger ", "Eric Kidd ", -- cgit v1.2.3