* Add Python 3.12 support ({ghpr}`7`). * The default registry is now the Pint application registry ({ghpr}`8`).
Developer-side changes
* Move from PDM to Rye for project management ({ghpr}`7`). * Drop Nox for testing ({ghpr}`7`). * Drop Conda development environment support ({ghpr}`7`). * Use the Ruff formatter instead of Black in pre-commit hooks ({ghpr}`7`). * Drop Copier template ({ghpr`7`}).
23.2.0
* Support `import pinttrs`, promote this namespace and modern APIs in documentation ({ghpr}`5`).
Developer-side changes
* Move from isort to ruff for import sorting. This also opens the door to linting features ({ghcommit}`9a4ed0`). * Add pre-commit hooks ({ghcommit}`5b4ab9`).
23.1.1
*Minor release with tooling updates.*
23.1.0
* Drop Python 3.7 support, add Python 3.11 support ({ghcommit}`191677`)
22.1.0
Developer-side changes
* Move to PDM for dependency and project management ({ghpr}`3`). * Apply [Copier template](https://github.com/leroyvn/copier-pdm) for easier tooling management ({ghpr}`3`). * Drop Towncrier-based changelog management ({ghpr}`3`).