From ecdce6176b5dd2906cb06ad36283a79b70ef938f Mon Sep 17 00:00:00 2001 From: iwishiwasaneagle Date: Wed, 11 May 2022 16:32:25 +0100 Subject: [PATCH] chore(release): update changelog for v0.2.0 [skip pre-commit.ci] --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8eb38..5e6268c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,32 @@ All notable changes to this project will be documented in this file. +## [0.2.0] - 2022-05-11 + +### Bug Fixes + +- Method of comparing semvers was flawed. Needed constant shift value otherwise 0.0.10 > 0.1.0 as 0.1.1 would be assigned 3 and 0.0.10 would be assigned 10 +- Make updating minor default to stay within semver 2.0 guidlines +- Don't find git-cliff binary twice + +### Documentation + +- Pypi shields + +### Refator + +- Handle getting current semver better. means -h can be called outwith a repo + ## [0.1.0] - 2022-04-25 ### Documentation - Update README +### Miscellaneous Tasks + +- Update changelog for v0.1.0 [skip pre-commit.ci] + ## [0.0.10] - 2022-04-25 ### Miscellaneous Tasks