From 0300392d0ff7ed7e5f11eae069d6ef1b6083bb2a Mon Sep 17 00:00:00 2001 From: Joe Ranweiler Date: Thu, 12 Aug 2021 23:25:23 -0700 Subject: [PATCH] v0.7.0 (#68) --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f8cec..a03e429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [0.7.0] - 2021-08-12 + +### Added + +- Support for register access (including debug registers) on `aarch64` + +### Changed + +- MSRV is now 1.46.0 +- Update `libc` lower bound to `0.2.99` +- Update `nix` lower bound to `0.22.0` + +### Fixed + ## [0.6.0] - 2021-06-28 ### Added diff --git a/Cargo.toml b/Cargo.toml index 627dcaf..422ad56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pete" -version = "0.6.0" +version = "0.7.0" authors = ["Joe Ranweiler "] edition = "2018" license = "ISC"