Skip to content

Commit

Permalink
v0.7.0 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranweiler authored Aug 13, 2021
1 parent 1a2c43e commit 0300392
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pete"
version = "0.6.0"
version = "0.7.0"
authors = ["Joe Ranweiler <joe@lemma.co>"]
edition = "2018"
license = "ISC"
Expand Down

0 comments on commit 0300392

Please sign in to comment.