Skip to content

Releases: award28/changelogger

Release 0.13.0

05 Jul 19:03
234eb5b
Compare
Choose a tag to compare

Added

  • The force command, allowing users to override the next version of their
    release.

Release 0.12.0

19 Mar 03:58
e9476a6
Compare
Choose a tag to compare

Added

  • The template_dir option in the .changelogger.yml config file. This option
    allows users to override the default template location.
  • Jinja templates now have full funcitonality, as the BaseLoader has been
    deprecated in favor of the FileSystemLoader.
  • Exception information is now provided to help understand the cause of an
    upgrade exception.

Changed

  • The jinja_rel_path versioned file key has been replaced with the template
    key.

Release 0.11.4

17 Mar 13:21
21aa787
Compare
Choose a tag to compare

Added

  • Precommit hook to validate versioned files

Release 0.11.3

06 Mar 15:17
Compare
Choose a tag to compare

Fixed

  • Removed project metadata from settings.

Release 0.11.2

06 Mar 15:13
Compare
Choose a tag to compare

Fixed

  • Removed dependency on "pyproject.toml", which doesn't get packaged with
    changelogger.

Release 0.11.1

06 Mar 14:55
Compare
Choose a tag to compare

Added

  • Users can now have their .changelogger.yml file in .changelogger/ or
    .github/ in addition to the root directory.

Release 0.11.0

06 Mar 03:57
2356104
Compare
Choose a tag to compare

Added

  • Jinja templates now have access to the match variable. This allows access to
    match groups.

Release 0.10.2

06 Mar 00:23
9637281
Compare
Choose a tag to compare

Changed

  • Moved dev dependencies into separate group, reducing install size.

Release 0.10.1

06 Mar 00:12
6620c5b
Compare
Choose a tag to compare

Changed

  • SemVerType to BumpTarget.

Release 0.10.0

05 Mar 22:35
3f42f3c
Compare
Choose a tag to compare

Added

  • Alias commands up and ch for upgrade and check, respectively.
  • Add the --file option to the check command, allowing users to specify which
    files to check.
  • Added progress feedback as versioned files are checked.