Version 0.3.2

### Added

- Readme file now has installation and usage instructions.
- yaclog command entry point added to setup.cfg.

### Changed

- `release -c` will no longer create empty commits, and will use the current commit instead.

### Fixed

- `release` and `entry` commands now work using empty changelogs.
This commit is contained in:
Andrew Cassidy 2021-04-24 14:01:47 -07:00
parent 82039ca074
commit 358942c858

View File

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file
## Unreleased
## 0.3.2 - 2021-04-24
### Added