From ebcb70c130660159a4145b796487e2a352e7feff Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sat, 24 Apr 2021 00:09:59 -0700 Subject: [PATCH] Version 0.3.1 ### Added - `yaclog` tool for manipulating changelogs from the command line - `init` command to make a new changelog - `format` command to reformat the changelog - `show` command to show changes from the changelog - `entry` command for manipulating entries in the changelog - `tag` command for manipulating tags in the changelog - `release` command for creating releases --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d95a2cf..f0f05f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file -## 0.3.0 - 2021-04-24 +## 0.3.1 - 2021-04-24 ### Added