All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.1.3 - 2024-12-05
- Bump
pyo3
dependency tov0.22.5
. - Bump
skani
dependency tov0.1.2
. - Use
maturin
instead ofsetuptools-rust
to compile package. - Use PyData theme to render the Sphinx documentation to HTML.
- Missing documentation for some keyword arguments of
Database
methods.
v0.1.2 - 2023-04-11
- Bumped
pyo3
tov0.21.0
.
- Wheels for CPython 3.12 and PyPy 3.10.
v0.1.1 - 2023-04-11
- Bumped
skani
tov0.1.1
. - Use read-write locks for synchronizing database contents.
- Generation of AUR package in GitHub Actions workflow.
- Display the wrapped
skani
version in the Sphinx documentation.
v0.1.0 - 2023-02-09
Initial release.