Changelog¶
All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
2.0.2 (2024-07-09)¶
Features¶
- add admonition support for mkdocs (60216a8)
Bug Fixes¶
- fix
update-pre-commit-hooks
workflow (8826b5f)
2.0.1 (2024-07-01)¶
2.0.0 (2024-06-28)¶
⚠ BREAKING CHANGES¶
release-new-version.yml
no longer has an option to disable PyPI publishing.
Features¶
- improve prompt for reading release token (585e8de)
- split release workflow into separate modules (a639092)
1.1.1 (2024-06-27)¶
Features¶
- show note about barebones mode only in non-interactive mode (2fdd791)
- show url when asking for release token (aa1eb61)
1.1.0 (2024-06-25)¶
Features¶
- add support for doctests (cb76046)
- allow disabling github support (0b3f750)
- allow specifying additional project dependencies (aad1765)
Bug Fixes¶
- fix issue preventing scripts from being made executable (dd3b3d2)
1.0.3 (2024-06-14)¶
⚠ BREAKING CHANGES¶
- The option to install
typing_extensions
during bootstrap has been removed. - Config option for notebooks has been removed. It is no
longer possible to install
jupyter
during bootstrap.
Features¶
- add barebones mode for creating simple projects (0b63bb1)
- incorporate notebook formatting hook to main pre-commit config (6188dc6)
- make pypi publishing optional in release workflow (796a01e)
- remove
typing_extensions
config (f94d7e2) - remove unnecessary
sh
plugin for prettifier (2927c07)
Bug Fixes¶
- add code to remove trailing newlines in
make_docs.py
(60f7f86) - update
gen_site_usage_pages.py
to add doc from__init__.py
(823bfe3)
1.0.2 (2024-05-24)¶
1.0.1 (2024-05-23)¶
Bug Fixes¶
- handle stdin not being tty in interactive mode (4a494d6)