Skip to content

Commit

Permalink
v0.6.0 (#57)
Browse files Browse the repository at this point in the history
- Increment unstable minor version
- Add changelog entry for #56
- Limit files included in package
  • Loading branch information
ranweiler authored Jun 29, 2021
1 parent fa548d4 commit 03f6f7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove `Error::Restart`, replace only use with `TraceeDied`
- Remove redundant PIDs from `Stop` variants
- Use named fields for `Stop` variants with data
- Remove redundant suffix from some `Stop` variant idents

### Fixed

Expand Down
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[package]
name = "pete"
version = "0.5.0"
version = "0.6.0"
authors = ["Joe Ranweiler <joe@lemma.co>"]
edition = "2018"
license = "ISC"
readme = "README.md"
repository = "https://github.com/ranweiler/pete"
description = "A friendly wrapper around ptrace(2)"
include = [
"src/",
]

[dependencies]
libc = "0.2.66"
Expand Down

0 comments on commit 03f6f7e

Please sign in to comment.