From 19fdea8693e7ed4b5842c19c401465a59d21786a Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 14 Dec 2022 16:45:53 +0100 Subject: [PATCH] changes for 0.0.2 --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 538fc44..22a1aa5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +# v0.0.2 2022-12-14 - Berlin (Germany) + +- Use Stdlib.Result and Fmt instead of Rresult (#24 @hannes) +- Use Git.Reference.main (available since git 3.10.0, #24 @hannes) +- change_and_push may return errors, report them (#24 @hannes) +- delete unix transitive dependencies from tests (#25 @dinosaure) +- update to mirage-kv 6.0.0 (#27 @hannes) + # v0.0.1 2022-11-02 - Paris (France) - First release