Releases: sandialabs/reverse_argparse
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: Add Python 3.12 to CI (
f03f4dc
)Also update the version badge to specify particular versions.
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.
v1.0.4
v1.0.3
v1.0.2
v1.0.2 (2023-07-24)
Ci
- ci: Remove
-vv
forsemantic-release
(d83ae5d
)
Fix
-
fix: Release notes template (
1ac839a
) -
fix: Semantic release configuration
-
Add
__init__.py
to the files modified. -
Fix the
__version__
in that file. -
Remove trailing space in CHANGELOG template.
-
Add build command.
-
Make release commit match conventional standard.
-
Add release notes template.
-
Publish releases to PyPI and GitHub Releases. (
0325dc0
)
v1.0.1
v1.0.1 (2023-07-20)
Ci
-
ci: Rename workflow file (
1cfed2d
) -
ci: Add conventional commits job (
c683d7a
) -
ci: Set up semantice-release
Add a semantic-release configuration to pyproject.toml
, with a custom
CHANGELOG.md
template. Also add a GitHub Actions workflow. (9f233be
)
Documentation
- docs: Fix PyPI badge (
edcc3d4
)
Fix
- fix: Include version in init.py (
b7b369e
)
Initial Release
Initial release of the reverse_argparse
package.