Skip to content

Commit

Permalink
Merge pull request #672 from CleverCloud/release-please--branches--ma…
Browse files Browse the repository at this point in the history
…ster--components--clever-tools

chore(master): release 3.2.0
  • Loading branch information
hsablonniere authored Feb 7, 2024
2 parents 0a2255d + 1d48fe8 commit ed6cdfe
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# clever-tools changelog


## [3.2.0](https://github.com/CleverCloud/clever-tools/compare/3.1.0...3.2.0) (2024-02-07)


### 🚀 Features

* **logs:** enable auto retry on network failures ([ccab160](https://github.com/CleverCloud/clever-tools/commit/ccab160f61778ce49f9a364d5207e1d48f51d923))


### 🐛 Bug Fixes

* **api:** improve error message with `EAI_AGAIN` and `ECONNRESET` ([b134213](https://github.com/CleverCloud/clever-tools/commit/b134213f30d46dd7f5690a38425deb4fd752148c))
* delete beta/Jenkins mentions in README.md ([cb32b3b](https://github.com/CleverCloud/clever-tools/commit/cb32b3b0cdaecac5d6198f295eef7c350161ac03))
* **logs:** improve error message with `EAI_AGAIN` and `ECONNRESET` ([fada067](https://github.com/CleverCloud/clever-tools/commit/fada06771369173e579f5fd3a708ff3cef40c95f))
* **logs:** improve open and error debug message ([28dd996](https://github.com/CleverCloud/clever-tools/commit/28dd9968bec8de9545c6b940be732d3f8f87a8f9))
* **logs:** increase connection timeout ([a4ec4b9](https://github.com/CleverCloud/clever-tools/commit/a4ec4b90b5d3938e27679edeb7d375281def3776))
* **logs:** only print SSE errors as debug when verbose mode is enabled ([3ea21c6](https://github.com/CleverCloud/clever-tools/commit/3ea21c6a4ff75db8df5f8177bba10ef17c2962e0))

## [3.1.0](https://github.com/CleverCloud/clever-tools/compare/3.0.2...3.1.0) (2024-01-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clever-tools",
"version": "3.1.0",
"version": "3.2.0",
"description": "Command Line Interface for Clever Cloud.",
"main": "bin/clever.js",
"keywords": [
Expand Down

0 comments on commit ed6cdfe

Please sign in to comment.