A set of utilities for working with the AT Protocol in Elixir.

v0.7.0

ovyerus.com f3ce4f63 8ed1a799

verified
Changed files
+7 -4
+5 -2
CHANGELOG.md
··· 6 and this project adheres to 7 [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 8 9 - ## [Unreleased] 10 11 ### Breaking Changes 12 ··· 122 123 Initial release. 124 125 - [unreleased]: https://github.com/cometsh/atex/compare/v0.6.0...HEAD 126 [0.6.0]: https://github.com/cometsh/atex/releases/tag/v0.6.0 127 [0.5.0]: https://github.com/cometsh/atex/releases/tag/v0.5.0 128 [0.4.0]: https://github.com/cometsh/atex/releases/tag/v0.4.0
··· 6 and this project adheres to 7 [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 8 9 + <!-- ## [Unreleased] --> 10 + 11 + ## [0.7.0] - 2026-01-07 12 13 ### Breaking Changes 14 ··· 124 125 Initial release. 126 127 + [unreleased]: https://github.com/cometsh/atex/compare/v0.7.0...HEAD 128 + [0.7.0]: https://github.com/cometsh/atex/releases/tag/v0.7.0 129 [0.6.0]: https://github.com/cometsh/atex/releases/tag/v0.6.0 130 [0.5.0]: https://github.com/cometsh/atex/releases/tag/v0.5.0 131 [0.4.0]: https://github.com/cometsh/atex/releases/tag/v0.4.0
+1 -1
README.md
··· 23 ```elixir 24 def deps do 25 [ 26 - {:atex, "~> 0.6"} 27 ] 28 end 29 ```
··· 23 ```elixir 24 def deps do 25 [ 26 + {:atex, "~> 0.7"} 27 ] 28 end 29 ```
+1 -1
mix.exs
··· 1 defmodule Atex.MixProject do 2 use Mix.Project 3 4 - @version "0.6.0" 5 @github "https://github.com/cometsh/atex" 6 @tangled "https://tangled.sh/@comet.sh/atex" 7
··· 1 defmodule Atex.MixProject do 2 use Mix.Project 3 4 + @version "0.7.0" 5 @github "https://github.com/cometsh/atex" 6 @tangled "https://tangled.sh/@comet.sh/atex" 7