Releases: award28/changelogger
Releases · award28/changelogger
Release 0.13.0
Added
- The
force
command, allowing users to override the next version of their
release.
Release 0.12.0
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 thetemplate
key.
Release 0.11.4
Added
- Precommit hook to validate versioned files
Release 0.11.3
Fixed
- Removed project metadata from settings.
Release 0.11.2
Fixed
- Removed dependency on "pyproject.toml", which doesn't get packaged with
changelogger.
Release 0.11.1
Added
- Users can now have their
.changelogger.yml
file in.changelogger/
or
.github/
in addition to the root directory.
Release 0.11.0
Added
- Jinja templates now have access to the
match
variable. This allows access to
match groups.
Release 0.10.2
Changed
- Moved dev dependencies into separate group, reducing install size.
Release 0.10.1
Changed
SemVerType
toBumpTarget
.
Release 0.10.0
Added
- Alias commands
up
andch
forupgrade
andcheck
, 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.