Skip to content

Commit

Permalink
release: bump version to 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jan 8, 2024
1 parent 964d4d4 commit 37cfa04
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ Unreleased
-->

## 0.31.0 - 2024-01-08

### Features and enhancements 🎉

* refacto: move code to improve logic mutualization by @Guts in <https://github.com/geotribu/cli/pull/158>
* Feature: comments broadcast specific comment by @Guts in <https://github.com/geotribu/cli/pull/159>
* Refacto: use requests for network operations to improve maintenability by @Guts in <https://github.com/geotribu/cli/pull/160>
* Fonctionnalité : ajoute une commande pour afficher un commentaire spécifique via son identifiant by @Guts in <https://github.com/geotribu/cli/pull/155>

### Tooling 🔧

* tooling: add sonarcloud by @Guts in <https://github.com/geotribu/cli/pull/161>
* packaging: support Python 3.12 by @Guts in <https://github.com/geotribu/cli/pull/162>

## 0.30.0 - 2023-10-04

### Documentation 📖
Expand Down
2 changes: 1 addition & 1 deletion geotribu_cli/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37cfa04

Please sign in to comment.