From 57aa1a2ae0f5230d29684357b8feac41aafe5a18 Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Fri, 21 Dec 2018 19:24:24 +0100 Subject: [PATCH] release prep --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a9671e..594290e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,22 @@ # Changelog for https://gitlab.com/mbarkhau/pycalver -## v201812.0008-beta + +## v201812.0012 + + - Fixed #2 on github. `pycalver init` was broken. + - Fixed pattern escaping issues. + - Added lots more tests for cli. + - Cleaned up documentation. + + +## v201812.0011-beta - Add version tags using git/hg. - Use git/hg tags as SSOT for most recent version. - Start using https://gitlab.com/mbarkhau/bootstrapit - Move to https://gitlab.com/mbarkhau/pycalver + ## v201809.0001-alpha - Initial release