From f56038d3c91c4b4513f1be46c580e006ce79c7d9 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Mon, 26 Apr 2021 19:53:50 -0700 Subject: [PATCH] Version 0.3.3 ### 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 incrementing - `release` now works with logs that have only unreleased changes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 438729b..75927cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file -## Unreleased +## 0.3.3 - 2021-04-27 ### Added