File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,16 @@ Unreleased
1818
1919-->
2020
21- ## 0.22.0 - 202-06-26
21+ ## 0.23.0 - 2023-06-28
22+
23+ ### Features and enhancements 🎉
24+
25+ * Refacto images module by @Guts in < https://github.com/geotribu/cli/pull/98 >
26+ * Refactorize RSS subcmd and related model by @Guts in < https://github.com/geotribu/cli/pull/99 >
27+ * Refactorize search related modules by @Guts in < https://github.com/geotribu/cli/pull/100 >
28+ * Ajoute une sous-commande pour créer un nouvel article by @Guts in < https://github.com/geotribu/cli/pull/101 >
29+
30+ ## 0.22.0 - 2023-06-26
2231
2332### Features and enhancements 🎉
2433
Original file line number Diff line number Diff line change 3838
3939__uri__ = __uri_repository__
4040
41- __version__ = "0.22 .0"
41+ __version__ = "0.23 .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