Elixir ATProtocol ingestion and sync library.
6
fork

Configure Feed

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

v0.2.0

+6 -3
+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.2.0] - 2026-02-06 10 12 11 13 ### Breaking Changes 12 14 ··· 32 34 33 35 Initial release. 34 36 35 - [unreleased]: https://github.com/cometsh/drinkup/compare/v0.1.0...HEAD 37 + [unreleased]: https://github.com/cometsh/drinkup/compare/v0.2.0...HEAD 38 + [0.2.0]: https://github.com/cometsh/drinkup/releases/tag/v0.2.0 36 39 [0.1.0]: https://github.com/cometsh/drinkup/releases/tag/v0.1.0
+1 -1
mix.exs
··· 1 1 defmodule Drinkup.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/drinkup" 6 6 7 7 def project do