File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff 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 🎉
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments