From 085df792453c524524117ad9ef52ed4e56394bbf Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Wed, 24 Apr 2024 16:07:43 +0200 Subject: [PATCH] Prepare v0.0.4 --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ee90e1d..d551754 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +# v0.0.4 2024-04-24 - Paris (France) + +- Add a branch accessor (@dinosaure, #30) +- Add the compression level argument into `to_octets` (@hannesm, @dinosaure, #31) +- Add few `Lwt.pause` to be cooperative with processes (@hannesm, @dinosaure, #32) + # v0.0.3 2022-12-16 - Berlin (Germany) - Allow author, author_email, and message being specified in `change_and_push`