Skip to content

Commit 7f77743

Browse files
committed
Bump version to 0.25.0
1 parent fe56d70 commit 7f77743

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ Unreleased
1818
1919
-->
2020

21+
## 0.25.0 - 2023-07-04
22+
23+
### Features and enhancements 🎉
24+
25+
* Refactorise le code lié à Mastodon by @Guts in <https://github.com/geotribu/cli/pull/104>
26+
* Ajoute une option 'q' aux prompts pour permettre de quitter sans ctrl+c by @Guts in <https://github.com/geotribu/cli/pull/108>
27+
* Ajoute les filtres par date à la recherche de contenus by @Guts in <https://github.com/geotribu/cli/pull/109>
28+
29+
### Tooling 🔧
30+
31+
* Affine la configuration des git hooks et corrige la compatibilité avec Python 3.9 by @Guts in <https://github.com/geotribu/cli/pull/112>
32+
2133
## 0.24.0 - 2023-06-30
2234

2335
### Features and enhancements 🎉

geotribu_cli/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
__uri__ = __uri_repository__
4040

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

0 commit comments

Comments
 (0)