From 3644bd27634fcac333790e60713ae695953000b4 Mon Sep 17 00:00:00 2001 From: gounux Date: Sun, 7 Jul 2024 10:58:07 +0200 Subject: [PATCH] v0.34.3 --- CHANGELOG.md | 14 ++++++++++++++ geotribu_cli/__about__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e48999..cad68b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,20 @@ Unreleased --> +## 0.34.3 - 2024-07-07 + +### Bugs fixes 🐛 + +* fix header check unused variables by @gounux in https://github.com/geotribu/cli/pull/229 +* fix image body dimensions declaration by @gounux in https://github.com/geotribu/cli/pull/232 +* fix header image extension check by @gounux in https://github.com/geotribu/cli/pull/231 + +## 0.34.2 - 2024-07-03 + +### Bugs fixes 🐛 + +* fix header check unused variables by @gounux in https://github.com/geotribu/cli/pull/229 + ## 0.34.1 - 2024-07-03 ### Bugs fixes 🐛 diff --git a/geotribu_cli/__about__.py b/geotribu_cli/__about__.py index e42dc60..8ca2d3f 100644 --- a/geotribu_cli/__about__.py +++ b/geotribu_cli/__about__.py @@ -38,7 +38,7 @@ __uri__ = __uri_repository__ -__version__ = "0.34.1" +__version__ = "0.34.3" __version_info__ = tuple( [ int(num) if num.isdigit() else num