tangled
alpha
login
or
join now
comet.sh
/
atex
23
fork
atom
An Elixir toolkit for the AT Protocol.
hexdocs.pm/atex
elixir
bluesky
atproto
decentralization
23
fork
atom
overview
issues
pulls
pipelines
v0.7.1
ovyerus.com
1 month ago
b5286b82
3a53a319
verified
This commit was signed with the committer's
known signature
.
ovyerus.com
SSH Key Fingerprint:
SHA256:mXbp9WNBIT0nRNe28t2hrxfSwnSX7UBeW2DVlIyf0uw=
+6
-3
2 changed files
expand all
collapse all
unified
split
CHANGELOG.md
mix.exs
+5
-2
CHANGELOG.md
···
6
and this project adheres to
7
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9
-
## [Unreleased]
0
0
10
11
### Breaking Changes
12
···
138
139
Initial release.
140
141
-
[unreleased]: https://github.com/cometsh/atex/compare/v0.7.0...HEAD
0
142
[0.7.0]: https://github.com/cometsh/atex/releases/tag/v0.7.0
143
[0.6.0]: https://github.com/cometsh/atex/releases/tag/v0.6.0
144
[0.5.0]: https://github.com/cometsh/atex/releases/tag/v0.5.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.1] - 2026-02-06
12
13
### Breaking Changes
14
···
140
141
Initial release.
142
143
+
[unreleased]: https://github.com/cometsh/atex/compare/v0.7.1...HEAD
144
+
[0.7.1]: https://github.com/cometsh/atex/releases/tag/v0.7.1
145
[0.7.0]: https://github.com/cometsh/atex/releases/tag/v0.7.0
146
[0.6.0]: https://github.com/cometsh/atex/releases/tag/v0.6.0
147
[0.5.0]: https://github.com/cometsh/atex/releases/tag/v0.5.0
+1
-1
mix.exs
···
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
···
1
defmodule Atex.MixProject do
2
use Mix.Project
3
4
+
@version "0.7.1"
5
@github "https://github.com/cometsh/atex"
6
@tangled "https://tangled.sh/@comet.sh/atex"
7