CLI app for developers prototyping atproto functionality
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Release 0.1.1

+4 -2
+2
CHANGELOG.md
··· 5 5 [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6 6 7 7 ## [Unreleased] 8 + 9 + ## [0.1.1] - 2026-04-21 8 10 ### Added 9 11 - `atproto-devtool test labeler` now has an additional stage testing report 10 12 creation, gated behind the new `--commit-report` feature flag. This should
+1 -1
Cargo.lock
··· 154 154 155 155 [[package]] 156 156 name = "atproto-devtool" 157 - version = "0.1.0" 157 + version = "0.1.1" 158 158 dependencies = [ 159 159 "assert_cmd", 160 160 "async-trait",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "atproto-devtool" 3 - version = "0.1.0" 3 + version = "0.1.1" 4 4 authors = ["Jack Grigg <thestr4d@gmail.com>"] 5 5 edition = "2024" 6 6 rust-version = "1.85"