Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Jan 20, 2022
1 parent 4bc118e commit dd26ff1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
1.5.0 / 2022-01-20
==================

New functionality and features
------------------------------

* Add support for glob patterns in `upload_dir`
* Bump `pycloudinary` to `1.28.1`
* Improve API documentation

Other Changes
-------------

* Improve error handling of the API commands
* Improve error handling of CLI commands
* Fix deprecation warning
* Improve error handling of missing configuration
* Refactor `sync` command
* Sort commands in help strings
* Normalize CLI options
* Add unit tests

1.4.6 / 2021-11-18
==================

Expand Down
2 changes: 1 addition & 1 deletion cloudinary_cli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.6"
__version__ = "1.5.0"

0 comments on commit dd26ff1

Please sign in to comment.