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 7a12480 commit 45dc92bCopy full SHA for 45dc92b
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.4.12] - 2022-10-06
6
+
7
+### 🔨 Maintenance
8
9
+- Bump min tested version of DVC to 2.29.0 [#2536](https://github.com/iterative/vscode-dvc/pull/2536) by [@mattseddon](https://github.com/mattseddon)
10
11
## [0.4.11] - 2022-10-05
12
13
### 🚀 New Features and Enhancements
extension/package.json
@@ -9,7 +9,7 @@
"extensionDependencies": [
"vscode.git"
],
- "version": "0.4.11",
+ "version": "0.4.12",
"license": "Apache-2.0",
14
"readme": "./README.md",
15
"repository": {
0 commit comments