diff --git a/README.md b/README.md index 96b66db..890dea6 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ This extension contributes the following settings: ## Changelog +- v0.6.0 + - Support relative binary path. - v0.5.3 - Add syntax highlighting for `.proto` files. - v0.5.2 diff --git a/package.json b/package.json index 72eb744..f4430b6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-buf", "displayName": "Buf", "description": "Visual Studio Code support for Buf", - "version": "0.5.3", + "version": "0.6.0", "icon": "logo.png", "publisher": "bufbuild", "repository": {