Releases: brainelectronics/changelog2version
Releases · brainelectronics/changelog2version
0.10.1
Fixed
- add support for
Python 3.11
- update
twine
version to5.1.1
or newer to fix KeyError issue - drop release testing with
Python 3.7
- yaml syntax is correct for all workflow files
0.10.1-rc19.dev25
Fixed
- add support for
Python 3.11
- update
twine
version to5.1.1
or newer to fix KeyError issue - drop release testing with
Python 3.7
- yaml syntax is correct for all workflow files
0.10.0
Added
--validate
argument can be used to validate an existing version file against the latest changelog entryRenderVersionFile
provides acontent
property with the rendered file content after calling therender_file
functionsave_file
parameter ofrender_file
function can be used to only render, but not save content to file- pre-commit hook and config files
0.10.0-rc16.dev24
Added
--validate
argument can be used to validate an existing version file against the latest changelog entryRenderVersionFile
provides acontent
property with the rendered file content after calling therender_file
functionsave_file
parameter ofrender_file
function can be used to only render, but not save content to file- pre-commit hook and config files
0.9.0
0.9.0-rc15.dev23
0.8.0
0.8.0-rc14.dev21
Added
- Create release candidate tag and release on every pull request build. The release description is the latest changelog content, the release title is the latest changelog version. The release is marked as pre-release, see #18
0.8.0-rc13.dev21
Added
- Create release candidate tag and release on every pull request build. The release description is the latest changelog content, the release title is the latest changelog version. The release is marked as pre-release, see #18
0.7.0
Added
- Changelog parsed as JSON contains a new key
description
like the PyPi package JSON info, compare tohttps://pypi.org/pypi/changelog2version/json
, with the description/content of the latest change, see #19, relates to #18 - Increase unittest coverage above 95%
Changed
- Line breaks are no longer used in this changelog for enumerations
- Issues are referenced as
#123
instead of[#123][ref-issue-123]
to avoid explicit references at the bottom or some other location in the file - Output of
changelog2version
call with--print
but without--debug
option is JSON compatible