CLI app for developers prototyping atproto functionality
1
fork

Configure Feed

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

Add changelog

+21
+21
CHANGELOG.md
··· 1 + # Changelog 2 + All notable changes will be documented in this file. The format is based on 3 + [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 4 + and this project attempts to adhere to Rust's notion of 5 + [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 6 + 7 + ## [Unreleased] 8 + ### Added 9 + - `atproto-devtool test labeler` now has an additional stage testing report 10 + creation, gated behind the new `--commit-report` feature flag. This should 11 + only be used when testing labelers that you control. 12 + 13 + ### Fixed 14 + - `atproto-devtool test labeler` now works with locally-hosted labelers for 15 + testing before deployment. 16 + 17 + ## [0.1.0] - 2026-04-16 18 + Initial release 19 + 20 + ### Added 21 + - `atproto-devtool test labeler`