Skip to content

Commit 380137d

Browse files
committed
Bump version to 0.30.0
1 parent 2686cea commit 380137d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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+
2131
## 0.29.0 - 2023-09-03
2232

2333
### 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.29.0"
41+
__version__ = "0.30.0"
4242
__version_info__ = tuple(
4343
[
4444
int(num) if num.isdigit() else num

0 commit comments

Comments
 (0)