From e6589fdccc83bd556e41f3e62d3367c08c7285f2 Mon Sep 17 00:00:00 2001 From: gounux Date: Fri, 7 Jun 2024 11:48:09 +0200 Subject: [PATCH] v0.34.0 --- CHANGELOG.md | 15 +++++++++++++++ geotribu_cli/__about__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58635f0..22d7145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,21 @@ Unreleased --> +## 0.34.0 - 2024-06-07 + +### Features and enhancements 🎉 + +* Add JSON client for feeds and tags by @gounux in +* Add yaml header check by @gounux in + +### Tooling 🔧 + +* ci: switch to PyPi trusted publisher by @Guts in + +### Documentation 📖 + +* Corrections et ajouts mineurs by @Guts in + ## 0.33.0 - 2024-05-02 ### Features and enhancements 🎉 diff --git a/geotribu_cli/__about__.py b/geotribu_cli/__about__.py index 6f0f434..e623aae 100644 --- a/geotribu_cli/__about__.py +++ b/geotribu_cli/__about__.py @@ -38,7 +38,7 @@ __uri__ = __uri_repository__ -__version__ = "0.33.0" +__version__ = "0.34.0" __version_info__ = tuple( [ int(num) if num.isdigit() else num