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.0

+7 -4
+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.0] - 2026-04-16 10 12 11 13 ### Breaking Changes 12 14 ··· 228 230 229 231 Initial release. 230 232 231 - [unreleased]: https://github.com/cometsh/atex/compare/v0.8.0...HEAD 233 + [unreleased]: https://github.com/cometsh/atex/compare/v0.9.0...HEAD 234 + [0.9.0]: https://github.com/cometsh/atex/releases/tag/v0.9.0 232 235 [0.8.0]: https://github.com/cometsh/atex/releases/tag/v0.8.0 233 236 [0.7.1]: https://github.com/cometsh/atex/releases/tag/v0.7.1 234 237 [0.7.0]: https://github.com/cometsh/atex/releases/tag/v0.7.0
+1 -1
README.md
··· 33 33 ```elixir 34 34 def deps do 35 35 [ 36 - {:atex, "~> 0.8"} 36 + {:atex, "~> 0.9"} 37 37 ] 38 38 end 39 39 ```
+1 -1
mix.exs
··· 1 1 defmodule Atex.MixProject do 2 2 use Mix.Project 3 3 4 - @version "0.8.0" 4 + @version "0.9.0" 5 5 @github "https://github.com/cometsh/atex" 6 6 @tangled "https://tangled.org/@comet.sh/atex" 7 7