Skip to content

Commit 252a325

Browse files
committed
v0.3.0
1 parent 8a11da8 commit 252a325

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased]
9+
<!-- ## [Unreleased] -->
10+
11+
## [0.3.0] - 2025-06-29
1012

1113
### Changed
1214

@@ -34,6 +36,7 @@ and this project adheres to
3436

3537
Initial release.
3638

37-
[unreleased]: https://github.com/cometsh/atex/compare/v0.2.0...HEAD
39+
[unreleased]: https://github.com/cometsh/atex/compare/v0.3.0...HEAD
40+
[0.3.0]: https://github.com/cometsh/atex/releases/tag/v0.3.0
3841
[0.2.0]: https://github.com/cometsh/atex/releases/tag/v0.2.0
3942
[0.1.0]: https://github.com/cometsh/atex/releases/tag/v0.1.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Elixir.
88
- [x] `at://` parsing and struct
99
- [x] TID codecs
1010
- [x] XRPC client
11-
- [ ] DID & handle resolution service with a cache
11+
- [x] DID & handle resolution service with a cache
1212
- [ ] Structs with validation for the common lexicons
1313
- [ ] Probably codegen for doing this with other lexicons
1414
- [ ] Extended XRPC client with support for validated inputs/outputs
@@ -21,7 +21,7 @@ Get atex from [hex.pm](https://hex.pm) by adding it to your `mix.exs`:
2121
```elixir
2222
def deps do
2323
[
24-
{:atex, "~> 0.1"}
24+
{:atex, "~> 0.3"}
2525
]
2626
end
2727
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Atex.MixProject do
22
use Mix.Project
33

4-
@version "0.2.0"
4+
@version "0.3.0"
55
@source_url "https://github.com/cometsh/atex"
66

77
def project do

0 commit comments

Comments
 (0)