We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0482576 commit 9d5b706Copy full SHA for 9d5b706
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.3.2] - 2022-06-14
6
+
7
+### 🐛 Bug Fixes
8
9
+- hotfix: VS Code badges in README [#1894](https://github.com/iterative/vscode-dvc/pull/1894) by [@jorgeorpinel](https://github.com/jorgeorpinel)
10
11
## [0.3.1] - 2022-06-14
12
13
### 🚀 New Features and Enhancements
extension/package.json
@@ -9,7 +9,7 @@
"extensionDependencies": [
"vscode.git"
],
- "version": "0.3.1",
+ "version": "0.3.2",
"license": "Apache-2.0",
14
"readme": "./README.md",
15
"repository": {
0 commit comments