v1.0.5
Chore
-
chore: Update python-semantic-release config (
9972341
)- Add commit types to automatically bump the minor or patch version
numbers via a commit message. - Update commitizen configuration to allow the new commit types.
- Add commit types to automatically bump the minor or patch version
-
chore: Add Python 3.12 to pyproject.toml (
ef59c2d
)This was accidentally omitted in
6642a17. -
chore: Remove YAPF configuration (
ad02127
)We switched to
black
back in #5.
Continuous Integration
-
ci: pre-commit auto-update (
cb014b7
)updates:
-
ci: pre-commit auto-update (
568c816
)updates:
-
ci: pre-commit auto-update (
b57dc9f
)updates:
-
ci: Add Python 3.12 to CI (
f03f4dc
)Also update the version badge to specify particular versions.
-
ci: pre-commit auto-update (
d9fc077
)updates:
-
ci: pre-commit auto-update (
e97c276
)updates:
-
ci: pre-commit auto-update (
87d1f7e
)updates:
-
ci: pre-commit auto-update (
b750046
)updates:
-
ci: pre-commit auto-update (
b50b368
)updates:
-
ci: pre-commit auto-update (
989ba52
)updates:
-
ci: Fix pre-commit auto-update message (
6475b1f
)Ensure the commit message used by the pre-commit auto-update bot adheres
to the Conventional Commits specification. -
ci: pre-commit autoupdate (
08fe531
)updates:
Documentation
-
docs: Remove dependency pinning (
b14034f
)I should be the case that the bugs that kept us on an older version of
Sphinx have been resolved at this point, so remove the version pinning. -
docs: Add sphinx-copybutton (
2122825
)Automatically add a button to all code boxes to copy the contents to the
clipboard. -
docs: Fix typos (
eb05c2c
) -
docs: Special thanks to @mjsumpter (
6cc3054
)Include @mjsumpter in the Credits section at the bottom of the
README, as he put together a prior iteration of this concept under my
guidance. His earlier implementation informed the eventual creation of
this package. -
docs: Add CI details to contributing guidelines (
b8269bf
) -
docs: Check spelling (
b72ee11
)Add sphinxcontrib-spelling extension to check the spelling in our
documentation, and add a step to the CI job to ensure all is well. -
docs: Add OpenSSF Best Practices badge (
604fb61
) -
docs: Fix copy/paste issue (
2f6517a
) -
docs: pre-commit install instructions (
063d8f9
)
Patch
-
patch: Add release notes template (
a447eac
)- Create a template to govern the generation of release notes by
python-semantic-release. - Bump the patch version number to test that this works as expected.
- Create a template to govern the generation of release notes by
Test
-
test: Run examples in CI (
6642a17
)Create
example/test_examples.py
sopytest
runs all the examples and
checks their output.