Skip to content

Commit 7b13349

Browse files
committed
chore(release): bump version to 0.2.0
1 parent 8b800c6 commit 7b13349

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ptracehook"
3-
version = "0.1.0-alpha.1"
3+
version = "0.2.0"
44
edition = "2024"
55
rust-version = "1.85"
66
description = "Out-of-process ptrace hook framework for Linux (x86_64/aarch64 runtime)"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`ptracehook` is an out-of-process runtime hook framework for Linux targets.
44

5-
Current release line (`0.1.0-alpha.x`) supports both Linux architectures:
5+
Current release line (`0.2.x`) supports both Linux architectures:
66

77
- Linux `x86_64`: usable runtime implementation (spawn/attach + software breakpoints + callbacks)
88
- Linux `aarch64`: usable runtime implementation (spawn/attach + software breakpoints + callbacks)
@@ -11,7 +11,7 @@ Unlike in-process signal/trap hook crates, `ptracehook` is designed for scenario
1111

1212
## Current status
1313

14-
- Public API surface is drafted and Linux runtime core is partially implemented.
14+
- Public API is stable for the current release line and Linux runtime core is implemented.
1515
- Linux `x86_64` now includes:
1616
- spawn/attach session flow,
1717
- software breakpoint install/restore/reinsert loop,

0 commit comments

Comments
 (0)