From ac5d4e3620cafc51d1e36875e7b20c8fda0ce94e Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 13 Nov 2023 13:57:15 +0100 Subject: [PATCH] Chore/bump version (#675) * add icons and additionally hint to release script Signed-off-by: Florian Steffens * bump version up to 0.6.2 Signed-off-by: Florian Steffens --------- Signed-off-by: Florian Steffens (cherry picked from commit 3010f085709e757f64ebc3e7ca12f5ec7e585d61) Signed-off-by: Florian Steffens --- .scripts/release.sh | 16 ++++++++-------- CHANGELOG.md | 10 ++++++++++ appinfo/info.xml | 2 +- package.json | 8 ++++---- 4 files changed, 23 insertions(+), 13 deletions(-) diff --git a/.scripts/release.sh b/.scripts/release.sh index 5f4c2b527..3c285e6fa 100755 --- a/.scripts/release.sh +++ b/.scripts/release.sh @@ -5,18 +5,18 @@ cd .. echo echo "🚀 Lets make a new release!" echo "===========================" - echo echo "Preparation steps:" -echo " - krankerl is installed" -echo " - Sign keys are under '~/.nextcloud'" +echo " 🚨 Run this from inside the folder .scripts" +echo " 🧑‍💻 krankerl is installed" +echo " 🔐 Sign keys are under '~/.nextcloud'" echo -echo " - All code changes are committed and merged" -echo " - CI is green" +echo " ✅ All code changes are committed and merged" +echo " 🍀 CI is green" echo -echo " - Version number bumped" -echo " - File 'releaseNotes.md' is up to date" -echo " - Update screenshots if needed" +echo " 💯 Version number bumped" +echo " 💬 File 'releaseNotes.md' is up to date" +echo " 📺 Update screenshots if needed" echo read -r -p "Are all the prepare steps done? [y/N] " CONFIRMATION diff --git a/CHANGELOG.md b/CHANGELOG.md index 770867efd..115ea7af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog +## 0.6.2 - 2023-11-13 +### Updated +- 🐞 Bug fixing + +## 0.6.1 - 2023-11-07 +### Updated +- 🏳️ Translations +- 🐞 Bug fixing +- ✨ Small design adjustments +- 💾 Update software dependencies ## 0.6.0 - 2023-09-15 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 07c7291a1..f6356cc5a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -22,7 +22,7 @@ Share your tables and views with users and groups within your cloud. Have a good time and manage whatever you want. ]]> - 0.6.1 + 0.6.2 agpl Florian Steffens Tables diff --git a/package.json b/package.json index 4bc1bb7c5..a3c9b7cd1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tables", "description": "Manage data within tables.", - "version": "0.6.0", + "version": "0.6.2", "author": "Florian Steffens