[READ-ONLY] Mirror of https://github.com/metruzanca/atcrab. Rust AT Protocol libraries
atproto rust
0

Configure Feed

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

ci: add build job to release workflow and tag v0.1.0

Sam Zanca (Jul 3, 2026, 6:48 PM EDT) bae08fae 29a1b71d

+9
+7
.github/workflows/release.yml
··· 9 9 contents: write 10 10 11 11 jobs: 12 + build: 13 + runs-on: ubuntu-latest 14 + steps: 15 + - uses: actions/checkout@v4 16 + - uses: dtolnay/rust-toolchain@stable 17 + - run: cargo check --all-targets 18 + 12 19 extract-release-notes: 13 20 runs-on: ubuntu-latest 14 21 outputs:
+2
CHANGELOG.md
··· 9 9 10 10 ## [Unreleased] 11 11 12 + ## [0.1.0] - 2026-07-03 13 + 12 14 ### Added 13 15 14 16 - Handle → DID resolution via HTTP `.well-known/atproto-did` with DNS `_atproto` TXT fallback.