Skip to content

Commit

Permalink
chore(release): update changelog for v0.2.0 [skip pre-commit.ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed May 11, 2022
1 parent a6a00fc commit ecdce61
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecdce61

Please sign in to comment.