An Elixir toolkit for the AT Protocol. hexdocs.pm/atex
elixir bluesky atproto decentralization
25
fork

Configure Feed

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

v0.9.1

+8 -4
+2 -1
.gitignore
··· 17 17 .DS_Store 18 18 CLAUDE.md 19 19 tmp 20 - temp 20 + temp 21 + .dexter*
+5 -2
CHANGELOG.md
··· 6 6 and this project adheres to 7 7 [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 8 8 9 - ## [Unreleased] 9 + <!--## [Unreleased]--> 10 + 11 + ## [0.9.1] - 2026-04-17 10 12 11 13 ### Fixed 12 14 ··· 234 236 235 237 Initial release. 236 238 237 - [unreleased]: https://github.com/cometsh/atex/compare/v0.9.0...HEAD 239 + [unreleased]: https://github.com/cometsh/atex/compare/v0.9.1...HEAD 240 + [0.9.1]: https://github.com/cometsh/atex/releases/tag/v0.9.1 238 241 [0.9.0]: https://github.com/cometsh/atex/releases/tag/v0.9.0 239 242 [0.8.0]: https://github.com/cometsh/atex/releases/tag/v0.8.0 240 243 [0.7.1]: https://github.com/cometsh/atex/releases/tag/v0.7.1
+1 -1
mix.exs
··· 1 1 defmodule Atex.MixProject do 2 2 use Mix.Project 3 3 4 - @version "0.9.0" 4 + @version "0.9.1" 5 5 @github "https://github.com/cometsh/atex" 6 6 @tangled "https://tangled.org/@comet.sh/atex" 7 7