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 86e5418 commit 1ae63e6Copy full SHA for 1ae63e6
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.8.9] - 2023-05-09
6
+
7
+### 🚀 New Features and Enhancements
8
9
+- Autoclose DVC Section if completed [#3809](https://github.com/iterative/vscode-dvc/pull/3809) by [@julieg18](https://github.com/julieg18)
10
11
## [0.8.8] - 2023-05-08
12
13
### 🚀 New Features and Enhancements
extension/package.json
@@ -9,7 +9,7 @@
"extensionDependencies": [
"vscode.git"
],
- "version": "0.8.8",
+ "version": "0.8.9",
"license": "Apache-2.0",
14
"readme": "./README.md",
15
"repository": {
0 commit comments