1# Changelog
2
3All notable changes to atex will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to
7[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
9## [Unreleased]
10
11## Added
12
13- `Atex.TID` module for manipulating ATProto TIDs.
14- `Atex.Base32Sortable` module for encoding/decoding numbers as
15 `base32-sortable` strings.
16- Basic XRPC client.
17
18## [0.1.0] - 2025-06-07
19
20Initial release.
21
22[unreleased]: https://github.com/cometsh/atex/compare/v0.1.0...HEAD
23[0.1.0]: https://github.com/cometsh/atex/releases/tag/v0.1.0