From 667298a9a88ada58d1bb099177e1116eb3fa16b6 Mon Sep 17 00:00:00 2001 From: Paul Sachs <11449728+paul-sachs@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:30:42 -0500 Subject: [PATCH] Release 0.6.2 (#336) Release 0.6.2 (and update changelog to add missing 0.6.1 changes) --- 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 cf260f2..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.0", + "version": "0.6.2", "icon": "logo.png", "publisher": "bufbuild", "repository": {