Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranweiler committed Sep 4, 2023
1 parent 86a7f13 commit c9bfa3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Fixed

## [v0.11.0] - 2023-09-04

### Added

- Add accessors for the default options applied to newly-spawned tracees
- Add `Tracee::memory()` to support reading tracee memory as a `File`

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.10.0"
version = "0.11.0"
rust-version = "1.64"
edition = "2018"
license = "ISC"
Expand Down

0 comments on commit c9bfa3d

Please sign in to comment.