mirror of
https://github.com/drewcassidy/yaclog.git
synced 2024-09-01 14:58:58 +00:00
1.7 KiB
1.7 KiB
Changelog
All notable changes to this project will be documented in this file
Unreleased
Added
- Unit tests in the
tests
folder
Changed
- Default links and dates in VersionEntry are now consistently
None
- Changelog links dict now contains version links. Modified version links will overwrite those in the table when writing to a file
- Changelog object no longer errors when creating without a path.
release
now resets lesser version values when incrementingrelease
now works with logs that have only unreleased changes
0.3.2 - 2021-04-24
Added
- Readme file now has installation and usage instructions.
- yaclog command entry point added to setup.cfg.
Changed
release -c
will no longer create empty commits, and will use the current commit instead.
Fixed
release
andentry
commands now work using empty changelogs.
0.3.1 - 2021-04-24
Added
yaclog
tool for manipulating changelogs from the command lineinit
command to make a new changelogformat
command to reformat the changelogshow
command to show changes from the changelogentry
command for manipulating entries in the changelogtag
command for manipulating tags in the changelogrelease
command for creating releases
0.2.0 - 2021-04-19
Added
- New yak log logo drawn by my sister
Changed
- Updated package metadata
- Rewrote parser to use a 2-step method that is more flexible.
- Parser can now handle code blocks.
- Parser can now handle setext-style headers and H2s not conforming to the schema.
0.1.0 - 2021-04-16
First release
Added
yaclog.read()
method to parse changelog files