Releases: award28/changelogger
Releases · award28/changelogger
Release 0.9.1
Changed
- The
checkcommand will now validate all versioned files, not just the
changelog file.
Release 0.9.0
Changed
- Added
clas an alias forchangelogger. - Moved all commands under the top level
changeloggerapp. - Removed the
unreleased contentandmanage contentcommands in favor of
notes. - Changed
num_versionsflag with thestartandoffsetflags in the
versionscommand.
Removed
- Removed the
manageandunreleasedsub apps in favor of top level commands.
Fixed
- Release notes with dashes resulted in a single note getting split.
Release 0.8.0
Added
- Added the
initcommand, which will perform guided initialization on new projects. - Added the
-vor--versionflag to get the installed changelogger version.
Changed
- The git context now contains the first commit hash.
0.7.0
0.6.0
Changed
- Pattern recognition of partitioned sections within the changelog file.
- Semantic Version strings with old semver API to use the new semver.VersionInfo class.
Removed
- The LINKS section of the changelog file.
Fixed
- Incomplete semantic version parsing. Prerelease and Build sections are now allowed.
0.5.0
0.4.0
0.3.4
Skipped a few patch versions while getting this working from PyPI. Changelog notes for all below:
[0.3.4] - 2023-02-04
Changed
- Moved assets dir into changelogger so it's included in the wheel.
[0.3.3] - 2023-02-04
Fixed
assetsdirectory not included with build.
[0.3.2] - 2023-02-04
Added
- Configuration information to pyproject.toml.
[0.3.1] - 2023-02-04
Changed
- Project description to headline.
[0.3.0] - 2023-02-04
Added
- Documentation on Changelogger configuration syntax.
0.2.0
0.1.0
Added
managecommand, with management subcommands.manage content, which lists the content for the specified version.manage check, which checks the versioned files are parsable.manage ugprade, which performs the specified semantic version upgrade across the specified versioned files.unreleasedcommand, with unreleased subcommands.unreleased content, which lists the unreleased content.unreleased add, which allows inline or prompted adding of unreleased changes.