From 6bd52875dc4042bf4097534a40f7ea5f33da7144 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Thu, 30 Oct 2025 18:13:32 +0530 Subject: [PATCH] update to major --- app/config/platforms.php | 2 +- docs/sdks/cli/CHANGELOG.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/config/platforms.php b/app/config/platforms.php index 2956efe1ad..34c0290832 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -226,7 +226,7 @@ return [ [ 'key' => 'cli', 'name' => 'Command Line', - 'version' => '10.3.0', + 'version' => '11.0.0', 'url' => 'https://github.com/appwrite/sdk-for-cli', 'package' => 'https://www.npmjs.com/package/appwrite-cli', 'enabled' => true, diff --git a/docs/sdks/cli/CHANGELOG.md b/docs/sdks/cli/CHANGELOG.md index 18a3af6387..0ffcb91b80 100644 --- a/docs/sdks/cli/CHANGELOG.md +++ b/docs/sdks/cli/CHANGELOG.md @@ -1,8 +1,9 @@ # Change Log -## 10.3.0 +## 11.0.0 -* Add `create-csv-export` and `create-csv-import` commands to create a CSV export and import of a collection/table +* Rename `create-csv-migration` to `create-csv-import` command to create a CSV import of a collection/table +* Add `create-csv-export` command to create a CSV export of a collection/table * Add `create-resend-provider` and `update-resend-provider` commands to create and update a Resend Email provider * Fix syncing of tables deleted locally during `push tables` command * Fix added push command support for cli spatial types