From 803cd7b76540c15f99d0867568cd58dab581c809 Mon Sep 17 00:00:00 2001 From: Romain Calascibetta Date: Thu, 29 Sep 2022 16:44:21 +0200 Subject: [PATCH] Prepare carton release (v0.5.0) --- CHANGES.carton.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.carton.md b/CHANGES.carton.md index 84685fa2e..0c8acd340 100644 --- a/CHANGES.carton.md +++ b/CHANGES.carton.md @@ -1,3 +1,11 @@ +### 0.5.0 (2022-09-29) Paris - France + +- Add missing dependencies on Unix (@dra27, #573) +- Be able to choose the zlib compression level when we generate a PACK file (@dinosaure, #578) +- Fix spurious bug when we encode a patch into a PACK file (@dinosaure, #578) +- Add an accessor to get the hash `ctx` computed by the first-pass of a PACK file (@dinosaure, #584) +- Fix how we record the _weight_ of Git objects into a PACK file (@dinosaure, #591) + ### 0.4.4 (2022-04-11) Paris - France - Remove `bigarray-compat` and `mmap` dependencies (@dinosaure, @hannesm, #568)