From 6635a8450c4357b12b31ce900d7d5b51a3f4f1aa Mon Sep 17 00:00:00 2001 From: Paul Sachs Date: Thu, 1 Feb 2024 09:18:20 -0500 Subject: [PATCH 1/2] Release 0.6.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4430b6..c8b517d 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.6.0", + "version": "0.6.1", "icon": "logo.png", "publisher": "bufbuild", "repository": { From 054dc7a2d8460745f3296d80b7736e670b31760a Mon Sep 17 00:00:00 2001 From: Paul Sachs Date: Mon, 5 Feb 2024 10:21:35 -0500 Subject: [PATCH 2/2] Update to 0.6.2 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 890dea6..aa344ba 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ This extension contributes the following settings: ## Changelog +- v0.6.2 + - Reintroduce relative binary path support. +- v0.6.1 + - Revert relative binary path support. - v0.6.0 - Support relative binary path. - v0.5.3 diff --git a/package.json b/package.json index 6966a22..60feb4b 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.6.1", + "version": "0.6.2", "icon": "logo.png", "publisher": "bufbuild", "repository": {