From 69cfde440a05edf6c6141d1b0178918c64e60090 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Tue, 3 Feb 2026 17:00:22 +0530 Subject: [PATCH] chore: fix cli release + add changelog --- app/config/sdks.php | 2 +- docs/sdks/cli/CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/app/config/sdks.php b/app/config/sdks.php index 5fad9466a2..a28407f2ba 100644 --- a/app/config/sdks.php +++ b/app/config/sdks.php @@ -227,7 +227,7 @@ return [ [ 'key' => 'cli', 'name' => 'Command Line', - 'version' => '14.0.0', + 'version' => '13.2.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 23ad9e955c..275d889f5c 100644 --- a/docs/sdks/cli/CHANGELOG.md +++ b/docs/sdks/cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 13.2.0 + +- Feat: Add dedicated commands for text-based attribute management: + - `create-varchar-attribute`, `create-text-attribute`, `create-mediumtext-attribute`, `create-longtext-attribute` + - `update-varchar-attribute`, `update-text-attribute`, `update-mediumtext-attribute`, `update-longtext-attribute` +- Feat: Add specifications support to CLI +- Fix: Include specifications parameter when updating functions +- Chore: Update installation docs and examples for new text attribute/column commands +- Refactor: Simplify `update-collection` command syntax + ## 13.1.0 - Mark `appwrite generate` command as stable