From 6e0653974e37aca184a49f225dea78fd6b915d56 Mon Sep 17 00:00:00 2001 From: Matthieu Bronner Date: Thu, 22 Jan 2026 09:54:43 +0100 Subject: [PATCH] Bump version 1.43.0 --- CHANGELOG.md | 2 ++ README.md | 14 +++++++------- VERSION | 2 +- config/version.go | 2 +- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2f6dcd1..3637d3ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## To Be Released +## 1.43.0 + * feat(databases next generation): add database plan upgrade command * feat(apps): support HDS resource on application creation diff --git a/README.md b/README.md index 5be35f95..b031e048 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Scalingo-CLI v1.42.0 +# Scalingo-CLI v1.43.0 ![publish workflow](https://github.com/Scalingo/cli/actions/workflows/publish.yml/badge.svg) @@ -56,7 +56,7 @@ USAGE: scalingo [global options] command [command options] [arguments...] VERSION: - 1.42.0 + 1.43.0 AUTHOR: Scalingo Team @@ -276,12 +276,12 @@ the commit for the version bump. ```bash git checkout -git checkout -b v1.42.0 +git checkout -b v1.43.0 git cherry-pick -m 1 git cherry-pick -m 1 ... git cherry-pick -m 1 -git push --set-upstream origin v1.42.0 +git push --set-upstream origin v1.43.0 ``` ### New Version Bump @@ -296,7 +296,7 @@ Bump new version number in: And commit these changes: ```bash -version="1.42.0" +version="1.43.0" git switch --create release/${version} git add . @@ -326,7 +326,7 @@ It serves as cache between GitHub and our customers for a more efficient check o You can now update the [changelog](https://doc.scalingo.com/changelog) and tweet about it! -> [Changelog] CLI - Release of version 1.42.0 https://cli.scalingo.com - More news at https://changelog.scalingo.com #cli #paas #changelog #bugfix +> [Changelog] CLI - Release of version 1.43.0 https://cli.scalingo.com - More news at https://changelog.scalingo.com #cli #paas #changelog #bugfix Add in a tweets thread the changelog of this new version. -1.42.0 +1.43.0 diff --git a/VERSION b/VERSION index a50908ca..b978278f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.42.0 +1.43.0 diff --git a/config/version.go b/config/version.go index 89d80f6d..f537a440 100644 --- a/config/version.go +++ b/config/version.go @@ -1,3 +1,3 @@ package config -var Version = "1.42.0" +var Version = "1.43.0"