From c614363b5f5046ec60cd30dd50dfbb7f093e84b4 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sat, 24 Apr 2021 00:02:04 -0700 Subject: [PATCH] Version 0.3.0 ### 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32b1414..d95a2cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file -## Unreleased +## 0.3.0 - 2021-04-24 ### Added @@ -33,4 +33,4 @@ First release ### Added -- `yaclog.read()` method to parse changelog files +- `yaclog.read()` method to parse changelog files \ No newline at end of file