From 37cfa04cc019a33c1c3fc74a6e426c439126e207 Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Mon, 8 Jan 2024 23:11:08 +0100 Subject: [PATCH] release: bump version to 0.31.0 --- CHANGELOG.md | 14 ++++++++++++++ geotribu_cli/__about__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de1a46..eb08776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,20 @@ Unreleased --> +## 0.31.0 - 2024-01-08 + +### Features and enhancements 🎉 + +* refacto: move code to improve logic mutualization by @Guts in +* Feature: comments broadcast specific comment by @Guts in +* Refacto: use requests for network operations to improve maintenability by @Guts in +* Fonctionnalité : ajoute une commande pour afficher un commentaire spécifique via son identifiant by @Guts in + +### Tooling 🔧 + +* tooling: add sonarcloud by @Guts in +* packaging: support Python 3.12 by @Guts in + ## 0.30.0 - 2023-10-04 ### Documentation 📖 diff --git a/geotribu_cli/__about__.py b/geotribu_cli/__about__.py index 28a9f39..b93629d 100644 --- a/geotribu_cli/__about__.py +++ b/geotribu_cli/__about__.py @@ -38,7 +38,7 @@ __uri__ = __uri_repository__ -__version__ = "0.30.0" +__version__ = "0.31.0" __version_info__ = tuple( [ int(num) if num.isdigit() else num