We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2686cea commit 380137dCopy full SHA for 380137d
CHANGELOG.md
@@ -18,6 +18,16 @@ Unreleased
18
19
-->
20
21
+## 0.30.0 - 2023-10-04
22
+
23
+### Documentation 📖
24
25
+* Documentation : ajoute des exemples de recherche d'images avancés by @Guts in <https://github.com/geotribu/cli/pull/140>
26
27
+### Other Changes
28
29
+* Sécurité : MAJ pillow pour intégrer la correction de la CVE liée à libwebp by @Guts in <https://github.com/geotribu/cli/pull/142>
30
31
## 0.29.0 - 2023-09-03
32
33
### Features and enhancements 🎉
geotribu_cli/__about__.py
@@ -38,7 +38,7 @@
38
39
__uri__ = __uri_repository__
40
41
-__version__ = "0.29.0"
+__version__ = "0.30.0"
42
__version_info__ = tuple(
43
[
44
int(num) if num.isdigit() else num
0 commit comments