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 a3fa1c4 commit 30f62a8Copy full SHA for 30f62a8
CHANGELOG.md
@@ -1,3 +1,21 @@
1
+1.11.0 / 2025-01-20
2
+==================
3
+
4
+New functionality and features
5
+------------------------------
6
7
+ * Add support for `clone` command
8
+ * Add support for `search_folders` command
9
+ * Add support for `--dry-run` option in `sync` command
10
11
+Other Changes
12
+-------------
13
14
+ * Improve list parameters handling
15
+ * Add `Dockerfile`
16
+ * Bump `zipp` version to reduce vulnerabilities
17
+ * Bump `urllib3` version to reduce vulnerabilities
18
19
1.10.3 / 2024-07-31
20
==================
21
cloudinary_cli/version.py
@@ -1 +1 @@
-__version__ = "1.10.3"
+__version__ = "1.11.0"
0 commit comments