Skip to content

Commit 8bd69a1

Browse files
chore(master): release 4.6.0
1 parent e147010 commit 8bd69a1

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# clever-tools changelog
22

3+
## [4.6.0](https://github.com/CleverCloud/clever-tools/compare/4.5.3...4.6.0) (2026-02-04)
4+
5+
6+
### 🚀 Features
7+
8+
* add git push duration tracking to deploy command ([aa6696d](https://github.com/CleverCloud/clever-tools/commit/aa6696d38bc399097f779071b45a5d80cd8349f5))
9+
* add system git support via feature flag ([037ce42](https://github.com/CleverCloud/clever-tools/commit/037ce42093e030ff91e824acd4126d6e1c566954))
10+
* **config-provider:** flatten command hierarchy ([1cd696f](https://github.com/CleverCloud/clever-tools/commit/1cd696fd389ee774b9ea64dfc78fde1ed18fea5e)), closes [#1027](https://github.com/CleverCloud/clever-tools/issues/1027)
11+
12+
13+
### 🐛 Bug Fixes
14+
15+
* **deploy:** prevent unwanted refs/remotes/origin/master creation ([c1da628](https://github.com/CleverCloud/clever-tools/commit/c1da6288940d567bde79fbc8f407669c63b5f0dc)), closes [#933](https://github.com/CleverCloud/clever-tools/issues/933)
16+
* **link:** error when linking apps with duplicate alias ([0adbfad](https://github.com/CleverCloud/clever-tools/commit/0adbfad1631112db3b0fbb158aa6379429b570cd)), closes [#222](https://github.com/CleverCloud/clever-tools/issues/222)
17+
318
## [4.5.3](https://github.com/CleverCloud/clever-tools/compare/4.5.2...4.5.3) (2026-01-19)
419

520
This release does not contain any changes and claims to be `4.5.2` with the `diag` and `version` commands.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clever-tools",
3-
"version": "4.5.3",
3+
"version": "4.6.0",
44
"description": "Command Line Interface for Clever Cloud.",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)