0.7.1 (2024-03-12)
0.7.0 (2024-03-12)
- actions: update setup-miniconda to v3 (#202) (6786a92)
- Fix conda activate inside the smoke test (#226) (2831f1e)
- Add prettier configuration to the root project and template (#231) (e57579c)
- upgrade: add numfocus coc option (#219) (177df05)
- upgrade: adding python coc option (#222) (6334b2b)
0.6.3 (2023-12-08)
- Add a dynamic version attribute for the
setuptools
build-backend (#188) (21fa953) - Fix profile's mechanism and update OSL profile (#189) (4eaf7b4)
0.6.2 (2023-08-31)
0.6.1 (2023-08-21)
0.6.0 (2023-08-11)
- Add help information to the TUI (#167) (8c05a6d)
- template: Added pybind11 as an option for build system (#163) (b3d59cd)
0.5.0 (2023-08-09)
- Fix error in
__author__
introduced by #156 (67a40af) - Make
black
"yes" andblue
"no" by default (#164) (88048e4)
- dynamic versioning for hatch (#156) (bea6ad2)
- template: Added maturin as an option for build-system (#152) (4a6bfbd)
- template: Added scikit as an option for build system (#161) (3dc8562)
0.4.0 (2023-07-24)
- documentation: Adding structure and content to guide.md (#150) (fe9ce87)
- project information: adding missing information (#149) (76ee498)
- project information: Adding the maintainer section to readme (#145) (321417b)
0.3.0 (2023-07-05)
- hypothesis: Added hypothesis as an option (#134) (791ca16)
- template: Adding flit as a build-system option (#136) (44ecccf)
- template: adding meson-python as a build-system option (#139) (c05dc79)
- template: Adding setuptools as a build-system option (#140) (4cd11c0), closes #53