File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,20 @@ Unreleased
1818
1919-->
2020
21+ ## 0.22.0 - 202-06-26
22+
23+ ### Features and enhancements 🎉
24+
25+ * Commentaires --> Mastodon : définit la visibilité par défaut sur ` unlisted ` by @Guts in < https://github.com/geotribu/cli/pull/92 >
26+ * Commentaires --> Mastodon : indique si le commentaire a déjà été posté by @Guts in < https://github.com/geotribu/cli/pull/93 >
27+ * Commentaires --> Mastodon : gérer le fil de discussion by @Guts in < https://github.com/geotribu/cli/pull/94 >
28+ * Retire l'en-tête des contenus Markdown avant de les afficher dans le terminal by @Guts in < https://github.com/geotribu/cli/pull/96 >
29+ * Améliore la structure du code lié aux commentaires by @Guts in < https://github.com/geotribu/cli/pull/97 >
30+
31+ ### Documentation 📖
32+
33+ * Add Geotribot manifest by @Guts in < https://github.com/geotribu/cli/pull/95 >
34+
2135## 0.21.0 - 2023-06-19
2236
2337### Features and enhancements 🎉
Original file line number Diff line number Diff line change 3838
3939__uri__ = __uri_repository__
4040
41- __version__ = "0.21 .0"
41+ __version__ = "0.22 .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