update to major

This commit is contained in:
Chirag Aggarwal
2025-10-30 18:13:32 +05:30
parent 88dffcffbf
commit 6bd52875dc
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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,
+3 -2
View File
@@ -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