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 4bc118e commit dd26ff1Copy full SHA for dd26ff1
CHANGELOG.md
@@ -1,3 +1,25 @@
1
+1.5.0 / 2022-01-20
2
+==================
3
+
4
+New functionality and features
5
+------------------------------
6
7
+ * Add support for glob patterns in `upload_dir`
8
+ * Bump `pycloudinary` to `1.28.1`
9
+ * Improve API documentation
10
11
+Other Changes
12
+-------------
13
14
+ * Improve error handling of the API commands
15
+ * Improve error handling of CLI commands
16
+ * Fix deprecation warning
17
+ * Improve error handling of missing configuration
18
+ * Refactor `sync` command
19
+ * Sort commands in help strings
20
+ * Normalize CLI options
21
+ * Add unit tests
22
23
1.4.6 / 2021-11-18
24
==================
25
cloudinary_cli/version.py
@@ -1 +1 @@
-__version__ = "1.4.6"
+__version__ = "1.5.0"
0 commit comments