Skip to content

Commit 37cfa04

Browse files
committed
release: bump version to 0.31.0
1 parent 964d4d4 commit 37cfa04

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ Unreleased
1818
1919
-->
2020

21+
## 0.31.0 - 2024-01-08
22+
23+
### Features and enhancements 🎉
24+
25+
* refacto: move code to improve logic mutualization by @Guts in <https://github.com/geotribu/cli/pull/158>
26+
* Feature: comments broadcast specific comment by @Guts in <https://github.com/geotribu/cli/pull/159>
27+
* Refacto: use requests for network operations to improve maintenability by @Guts in <https://github.com/geotribu/cli/pull/160>
28+
* Fonctionnalité : ajoute une commande pour afficher un commentaire spécifique via son identifiant by @Guts in <https://github.com/geotribu/cli/pull/155>
29+
30+
### Tooling 🔧
31+
32+
* tooling: add sonarcloud by @Guts in <https://github.com/geotribu/cli/pull/161>
33+
* packaging: support Python 3.12 by @Guts in <https://github.com/geotribu/cli/pull/162>
34+
2135
## 0.30.0 - 2023-10-04
2236

2337
### Documentation 📖

geotribu_cli/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
__uri__ = __uri_repository__
4040

41-
__version__ = "0.30.0"
41+
__version__ = "0.31.0"
4242
__version_info__ = tuple(
4343
[
4444
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)