From c0da59c527d2dba3732c70ddf27ec90c342c812c Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Wed, 3 Jul 2024 11:23:51 +0200 Subject: [PATCH] release: bump version to 0.34.1 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d14e9de..7e48999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,29 @@ Unreleased --> +## 0.34.1 - 2024-07-03 + +### Bugs fixes 🐛 + +* fix(images): print with rich console to display emoji by @Guts in +* Images optimizer : tient compte du dossier de sortie by @Guts in +* Check if optional license is in available values by @gounux in +* Fix: flaky tests by @Guts in +* Fix unnecessary pillow import by using image size from CDN endpoint by @gounux in + +### Features and enhancements 🎉 + +* refacto(header): transforme la liste de clés obligatoires en enum by @Guts in +* refacto(json_feed_client): utilise le file downloader pour mutualiser le code by @Guts in + +### Tooling 🔧 + +* Outillage : ajoute le jeton Codecov et des flags by @Guts in + +### Documentation 📖 + +* doc: densify releasing doc by @gounux in + ## 0.34.0 - 2024-06-07 ### Bugs fixes 🐛