# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.2.2] - 2025-09-08 ### Changed - poetry v2 support. ## [0.2.1] - 2024-11-03 ### Fixed - Release workflow. ## [0.2.0] - 2024-11-03 ### Added - Python 3.12 support. ### Changed - Naming conventions. - `pyflint` in favor of `flintpy`. ### Fixed - Development setup. - Coding Style ### Removed - Python 3.8 support. - Python 3.9 support. ## [0.1.0] - 2023-05-11 ### Added - First release on PyPI. [Unreleased]: https://github.com/rserial/spinsolveproc/compare/v0.2.2...HEAD [0.2.2]: https://github.com/rserial/spinsolveproc/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/rserial/spinsolveproc/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/rserial/spinsolveproc/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/rserial/spinsolveproc/compare/releases/tag/v0.1.0