Skip to content

Releases: award28/changelogger

Release 0.9.1

05 Mar 05:54

Choose a tag to compare

Changed

  • The check command will now validate all versioned files, not just the
    changelog file.

Release 0.9.0

04 Mar 22:04
6a73cc9

Choose a tag to compare

Changed

  • Added cl as an alias for changelogger.
  • Moved all commands under the top level changelogger app.
  • Removed the unreleased content and manage content commands in favor of
    notes.
  • Changed num_versions flag with the start and offset flags in the
    versions command.

Removed

  • Removed the manage and unreleased sub apps in favor of top level commands.

Fixed

  • Release notes with dashes resulted in a single note getting split.

Release 0.8.0

04 Mar 21:58

Choose a tag to compare

Added

  • Added the init command, which will perform guided initialization on new projects.
  • Added the -v or --version flag to get the installed changelogger version.

Changed

  • The git context now contains the first commit hash.

0.7.0

01 Mar 23:01
8ff1228

Choose a tag to compare

Added

  • Created the manage versions command

0.6.0

08 Feb 18:45
51b254d

Choose a tag to compare

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

05 Feb 01:07
0e60e37

Choose a tag to compare

Added

  • Continuous Delivery Workflow
  • Continuous Deployment Workflow

0.4.0

04 Feb 23:29

Choose a tag to compare

Added

  • Docstrings for different subcommands.

Changed

  • README installation and usage sections.

0.3.4

04 Feb 23:17

Choose a tag to compare

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

  • assets directory 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

04 Feb 22:19

Choose a tag to compare

0.2.0 Pre-release
Pre-release

Changed

  • Add pre-commit and format all files.

0.1.0

03 Feb 18:01

Choose a tag to compare

0.1.0 Pre-release
Pre-release

Added

  • manage command, 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.
  • unreleased command, with unreleased subcommands.
  • unreleased content, which lists the unreleased content.
  • unreleased add, which allows inline or prompted adding of unreleased changes.