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

+4 -3
+3 -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 + ## [0.2.0] - 2025-06-09 10 10 11 11 ## Added 12 12 ··· 19 19 20 20 Initial release. 21 21 22 - [unreleased]: https://github.com/cometsh/atex/compare/v0.1.0...HEAD 22 + [unreleased]: https://github.com/cometsh/atex/compare/v0.2.0...HEAD 23 + [0.2.0]: https://github.com/cometsh/atex/releases/tag/v0.2.0 23 24 [0.1.0]: https://github.com/cometsh/atex/releases/tag/v0.1.0
+1 -1
mix.exs
··· 1 1 defmodule Atex.MixProject do 2 2 use Mix.Project 3 3 4 - @version "0.1.0" 4 + @version "0.2.0" 5 5 @source_url "https://github.com/cometsh/atex" 6 6 7 7 def project do