Releases: brainelectronics/changelog2version
0.12.1
0.12.0
Add parser for meta data comment in changelog entry. The parsed data is available via the meta_data
property of ExtractVersion
after running parse_changelog_completely
and is added to the changelog.json
file. See #28
- bump
snippets2changelog
to 1.3.0 to have the snippets meta data added to the changelog entries - update
examples/changelog.json
to contain meta data of latest changelog entry
0.12.0-rc27.dev29
Add parser for meta data comment in changelog entry. The parsed data is available via the meta_data
property of ExtractVersion
after running parse_changelog_completely
and is added to the changelog.json
file. See #28
- bump
snippets2changelog
to 1.3.0 to have the snippets meta data added to the changelog entries - update
examples/changelog.json
to contain meta data of latest changelog entry
0.12.0-rc26.dev29
Add parser for meta data comment in changelog entry. The parsed data is available via the meta_data
property of ExtractVersion
after running parse_changelog_completely
and is added to the changelog.json
file. See #28
- bump
snippets2changelog
to 1.3.0 to have the snippets meta data added to the changelog entries - update
examples/changelog.json
to contain meta data of latest changelog entry
0.12.0-rc25.dev29
Add parser for meta data comment in changelog entry. The parsed data is available via the meta_data
property of ExtractVersion
after running parse_changelog_completely
and is added to the changelog.json
file. See #28
- bump
snippets2changelog
to 1.3.0 to have the snippets meta data added to the changelog entries - update
examples/changelog.json
to contain meta data of latest changelog entry
0.12.0-rc24.dev29
Add parser for meta data comment in changelog entry. The parsed data is available via the meta_data
property of ExtractVersion
after running parse_changelog_completely
and is added to the changelog.json
file. See #28
- bump
snippets2changelog
to 1.3.0 to have the snippets meta data added to the changelog entries - update
examples/changelog.json
to contain meta data of latest changelog entry
0.12.0-rc23.dev29
Add parser for meta data comment in changelog entry. The parsed data is available via the meta_data
property of ExtractVersion
after running parse_changelog_completely
and is added to the changelog.json
file. See #28
- bump
snippets2changelog
to 1.3.0 to have the snippets meta data added to the changelog entries - update
examples/changelog.json
to contain meta data of latest changelog entry
0.12.0-rc22.dev29
Add parser for meta data comment in changelog entry. The parsed data is available via the meta_data
property of ExtractVersion
after running parse_changelog_completely
and is added to the changelog.json
file. See #28
- bump
snippets2changelog
to 1.3.0 to have the snippets meta data added to the changelog entries - update
examples/changelog.json
to contain meta data of latest changelog entry
0.11.0
0.11.0-rc21.dev27
- run isort on all files
- drop Python 3.8 support everywhere and update README badge
- add generated
changelog.json
file to.gitignore
- use latest
actions/checkout@v4
andactions/setup-python@v5
- use
snippets2changelog
package, closes #26