Skip to content

Commit dd26ff1

Browse files
author
cloudinary-bot
committed
Version 1.5.0
1 parent 4bc118e commit dd26ff1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
123
1.4.6 / 2021-11-18
224
==================
325

cloudinary_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.6"
1+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)