From 92d2e939e1fc788b2f51a67b1b147d6355936ba8 Mon Sep 17 00:00:00 2001 From: Terence Carrera Date: Wed, 17 Dec 2025 11:11:38 +0800 Subject: [PATCH] bump version to 0.0.3 and update release notes --- README.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1dd72d..8384506 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,10 @@ You can access these settings through VS Code's Settings UI or by adding them to ## Release Notes -### 0.0.2 (Current) +### 0.0.3 (Current) +* Bump version to 0.0.3 + +### 0.0.2 Major feature expansion and UI improvements: * **New dedicated activity bar** with custom WizGIT sidebar diff --git a/package.json b/package.json index 80f4f50..6f6c3c5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wizgit-in-vscode", "displayName": "WizGIT in VS Code", "description": "A VS Code extension to interact with WizGIT API for repository management.", - "version": "0.0.2", + "version": "0.0.3", "publisher": "TerenceCarrera", "license": "MIT", "repository": {