# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased]


## [0.2.0] - 2025-12-31
### Removed
- Python 3.11 support.

### Added
- Python 3.13 support.

### Changed
- Upgrade [zensols.util] to v1.16.2.
- Switch build tools to [pixi].


## [0.1.0] - 2025-04-13
### Added
- Better command representation and data (removed redundancies).
- Add comments to commands.


### Removed
- Non-conforming newcommand or old style TeX `\def`.


## [0.0.1] - 2024-03-25
### Added
- Initial version.


<!-- links -->
[Unreleased]: https://github.com/plandes/latidx/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/plandes/latidx/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/plandes/latidx/compare/v0.0.1...v0.1.0
[0.0.1]: https://github.com/plandes/latidx/compare/v0.0.0...v0.0.1

[pixi]: https://pixi.sh
