Skip to content

Commit 9c419ca

Browse files
authored
Release 0.7.2 (#402)
Update versions for 0.7.2 release.
1 parent 90a65a2 commit 9c419ca

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ This extension contributes the following settings:
2929

3030
## Changelog
3131

32+
- v0.7.2
33+
- Fix issue with `buf` commands returning an unexpected error on exec.
3234
- v0.7.1
3335
- Fix "undefined" error when running `buf` on the extension.
3436
- v0.7.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-buf",
33
"displayName": "Buf",
44
"description": "Visual Studio Code support for Buf",
5-
"version": "0.7.1",
5+
"version": "0.7.2",
66
"icon": "logo.png",
77
"publisher": "bufbuild",
88
"repository": {

0 commit comments

Comments
 (0)