From 1b6fe44bf6e4ddc3b518dc8c18a08b920c0d79b2 Mon Sep 17 00:00:00 2001 From: alexweininger Date: Fri, 30 Apr 2021 01:39:56 -0700 Subject: [PATCH] prep for v0.0.2 --- CHANGELOG.md | 10 +++++++++- README.md | 7 ------- package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12658c9..4225b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ All notable changes to the "vscode-appwrite" extension will be documented in thi Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -## v0.0.1 +## [0.0.2] - 2021-4-30 + +### Added +- Projects view +- Ability to set active project +- Refresh storage command + + +## [0.0.1] - 2021-4-29 - Initial release - View and manage collections and documents diff --git a/README.md b/README.md index d7c8883..2ef3ce0 100644 --- a/README.md +++ b/README.md @@ -70,13 +70,6 @@ If you find issues, or want to suggest features, please file them in the issues This extension has not been tested with large >1000 users or documents so it may hang or slow down if you try to load collections with large amounts of documents. If this is the case please report it! -### 1.0.0 - -Initial release of the Appwrite extension for VS Code. - -The initial release only includes features for Database, Users, and Health Appwrite APIs. However support for Storage and Functions APIs is on the way. - - ----------------------------------------------------------------------------------------------------------- ## Contributing diff --git a/package.json b/package.json index f41f620..2971ac6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-appwrite", "displayName": "Appwrite", "description": "Manage your Appwrite resources right from VS Code!", - "version": "0.0.1", + "version": "0.0.2", "engines": { "vscode": "^1.55.0" },