edit changelog and bump extension version

This commit is contained in:
alexweininger 2021-05-29 10:14:26 -05:00
parent 1a115dfa68
commit 4231a0552b
2 changed files with 12 additions and 2 deletions

View file

@ -6,6 +6,16 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [Unreleased]
## [0.1.0] - 2021-5-29
## Functions!
### Added
- Ability to create and delete Appwrite functions
- Edit function settings
- View, and delete tags (creating tags is broken currently)
- Create and view function executions
- View execution output and errors
## [0.0.9] - 2021-5-21
- Remove temporary fix for Appwrite https://github.com/appwrite/appwrite/issues/1171. Upstream issue was resolved.

View file

@ -2,7 +2,7 @@
"name": "vscode-appwrite",
"displayName": "Appwrite",
"description": "Manage your Appwrite resources right from VS Code!",
"version": "0.0.9",
"version": "0.1.0",
"engines": {
"vscode": "^1.55.0"
},
@ -305,7 +305,7 @@
},
{
"id": "Functions",
"name": "Functions"
"name": "Functions (Preview)"
}
]
},