From 0a2e141bc7e19ab79f798ececc832c6cc269a580 Mon Sep 17 00:00:00 2001 From: Arseniy Terekhin Date: Wed, 20 Sep 2023 22:05:26 +0300 Subject: [PATCH] release: 0.5.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f01586f..305444e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +# v0.5.0 + +### What's New + +- Add 'Update' command +- Remove 'autoUpdate' configuration option. Use 'Pull' command to run + 'fossil pull' and 'Update' command to run 'fossil update' + +### Bug Fix + +- In 0.4.0 'Pull' command did `fossil update URI` which is not a valid command. + + # v0.4.0 ### What's New diff --git a/package.json b/package.json index c4af7ed..12b0b2b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "bugs": { "url": "https://github.com/koog1000/vscode-fossil/issues" }, - "version": "0.4.0", + "version": "0.5.0", "engines": { "vscode": "^1.36.0" }, @@ -1094,7 +1094,7 @@ "@typescript-eslint/eslint-plugin": "^5.53.0", "@typescript-eslint/parser": "^5.53.0", "@vscode/test-electron": "~2.3.3", - "@vscode/vsce": "~2.20.0", + "@vscode/vsce": "~2.21.0", "c8": "^8.0.0", "esbuild": "~0.17.19", "eslint": "^8.41.0",