Skip to content

Commit

Permalink
release: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
senyai committed Sep 20, 2023
1 parent e3e109a commit 0a2e141
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 0a2e141

Please sign in to comment.