From 73bdcba54b6ec5bef97186fae193d47135543ac3 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Fri, 16 Dec 2022 17:17:16 +0100 Subject: [PATCH] changes for 0.0.3 --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 22a1aa5..ee90e1d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +# v0.0.3 2022-12-16 - Berlin (Germany) + +- Allow author, author_email, and message being specified in `change_and_push` + (#28 @hannes) + # v0.0.2 2022-12-14 - Berlin (Germany) - Use Stdlib.Result and Fmt instead of Rresult (#24 @hannes)