From 47d4b595f882cf8b6d7a33f1bc92ae5a29bc903b Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Mon, 15 Apr 2024 23:49:30 -0700 Subject: [PATCH] Release Version 1.2.0 ### Added - added the `-s` option to `yaclog release` to increment arbitrary version segments - added the `-n` option to `yaclog release` to create a new release instead of releasing a new one - added the `-y` option to `yaclog release` to answer "yes" to all confirmation dialogs. Use with caution! --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85eff00..34da1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file -## Unreleased +## Version 1.2.0 - 2024-04-16 ### Added