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

v0.2.0

ovyerus.com 5e5e37bc 3a22ac45

verified
Changed files
+4 -3
+3 -2
CHANGELOG.md
···
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-
## [Unreleased]
+
## [0.2.0] - 2025-06-09
## Added
···
Initial release.
-
[unreleased]: https://github.com/cometsh/atex/compare/v0.1.0...HEAD
+
[unreleased]: https://github.com/cometsh/atex/compare/v0.2.0...HEAD
+
[0.2.0]: https://github.com/cometsh/atex/releases/tag/v0.2.0
[0.1.0]: https://github.com/cometsh/atex/releases/tag/v0.1.0
+1 -1
mix.exs
···
defmodule Atex.MixProject do
use Mix.Project
-
@version "0.1.0"
+
@version "0.2.0"
@source_url "https://github.com/cometsh/atex"
def project do