File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,17 @@ Unreleased
1818
1919-->
2020
21+ ## 0.31.1 - 2024-01-23
22+
23+ ### Features and enhancements 🎉
24+
25+ * Amélioration des résultats de la recherche de contenus by @Guts in < https://github.com/geotribu/cli/pull/163 >
26+ * improve: search images table result by @Guts in < https://github.com/geotribu/cli/pull/164 >
27+
28+ ### Other Changes
29+
30+ * security: bump pillow to 10.2 to fix CVE-2022 -22817 by @Guts in < https://github.com/geotribu/cli/pull/165 >
31+
2132## 0.31.0 - 2024-01-08
2233
2334### Features and enhancements 🎉
Original file line number Diff line number Diff line change 3838
3939__uri__ = __uri_repository__
4040
41- __version__ = "0.31.0 "
41+ __version__ = "0.31.1 "
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