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

v0.4.0

ovyerus.com a5d95b4d 92be9319

verified
Changed files
+6 -3
+5 -2
CHANGELOG.md
···
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-
## [Unreleased]
+
<!-- ## [Unreleased] -->
+
+
## [0.4.0] - 2025-08-27
### Added
···
Initial release.
-
[unreleased]: https://github.com/cometsh/atex/compare/v0.3.0...HEAD
+
[unreleased]: https://github.com/cometsh/atex/compare/v0.4.0...HEAD
+
[0.4.0]: https://github.com/cometsh/atex/releases/tag/v0.4.0
[0.3.0]: https://github.com/cometsh/atex/releases/tag/v0.3.0
[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.3.0"
+
@version "0.4.0"
@github "https://github.com/cometsh/atex"
@tangled "https://tangled.sh/@comet.sh/atex"