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.0
ovyerus.com
2 months ago
f3ce4f63
8ed1a799
verified
This commit was signed with the committer's
known signature
.
ovyerus.com
SSH Key Fingerprint:
SHA256:mXbp9WNBIT0nRNe28t2hrxfSwnSX7UBeW2DVlIyf0uw=
+7
-4
3 changed files
expand all
collapse all
unified
split
CHANGELOG.md
README.md
mix.exs
+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
9
-
## [Unreleased]
9
9
+
<!-- ## [Unreleased] -->
10
10
+
11
11
+
## [0.7.0] - 2026-01-07
10
12
11
13
### Breaking Changes
12
14
···
122
124
123
125
Initial release.
124
126
125
125
-
[unreleased]: https://github.com/cometsh/atex/compare/v0.6.0...HEAD
127
127
+
[unreleased]: https://github.com/cometsh/atex/compare/v0.7.0...HEAD
128
128
+
[0.7.0]: https://github.com/cometsh/atex/releases/tag/v0.7.0
126
129
[0.6.0]: https://github.com/cometsh/atex/releases/tag/v0.6.0
127
130
[0.5.0]: https://github.com/cometsh/atex/releases/tag/v0.5.0
128
131
[0.4.0]: https://github.com/cometsh/atex/releases/tag/v0.4.0
+1
-1
README.md
···
23
23
```elixir
24
24
def deps do
25
25
[
26
26
-
{:atex, "~> 0.6"}
26
26
+
{:atex, "~> 0.7"}
27
27
]
28
28
end
29
29
```
+1
-1
mix.exs
···
1
1
defmodule Atex.MixProject do
2
2
use Mix.Project
3
3
4
4
-
@version "0.6.0"
4
4
+
@version "0.7.0"
5
5
@github "https://github.com/cometsh/atex"
6
6
@tangled "https://tangled.sh/@comet.sh/atex"
7
7