From 631e0f68a71b1f6da241d331cb59d11e2bf50792 Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Sat, 9 Mar 2024 23:11:29 +0100 Subject: [PATCH] release: bump to version 0.32.1 --- CHANGELOG.md | 14 ++++++++++++++ geotribu_cli/__about__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f3929..8850cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,20 @@ Unreleased --> +## 0.32.1 - 2024-03-09 + +### Bugs fixes 🐛 + +* fix: Mastodon export was only exporting first page by @Guts in + +### Features and enhancements 🎉 + +* Recherche de contenus : fusionne les résultats avec la même URL (= ignore les sous-sections des articles) by @Guts in + +### Documentation 📖 + +* Docs: active le zoom sur le diagram Mermaid et corrige les social cards by @Guts in + ## 0.32.0 - 2024-02-14 ### Features and enhancements 🎉 diff --git a/geotribu_cli/__about__.py b/geotribu_cli/__about__.py index 32a67c9..070a76c 100644 --- a/geotribu_cli/__about__.py +++ b/geotribu_cli/__about__.py @@ -38,7 +38,7 @@ __uri__ = __uri_repository__ -__version__ = "0.32.0" +__version__ = "0.32.1" __version_info__ = tuple( [ int(num) if num.isdigit() else num