From 8ec1e199f9217b8df7c8f613e3302a5e8bd8fd2b Mon Sep 17 00:00:00 2001 From: Cielquan Date: Fri, 22 May 2020 16:21:17 +0200 Subject: [PATCH] updated changelog v0.6.1 --- CHANGELOG.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3eff0f6..efc932b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,7 +7,25 @@ commit-msg-jira-hook Change Log .. towncrier release notes start +v0.6.1 (2020-05-22) +------------------- + +Miscellaneous +~~~~~~~~~~~~~ + +- Added `pytest` tests with 100% coverage + `#3 `_ +- Added cielquan's default `pre-commit` config + `#4 `_ +- Added test automation with `tox` + `#5 `_ +- Added CI config to run `tox` in a pipeline + `#6 `_ +- Added `towncrier` for changelog updates + `#7 `_ + +---- .. note::