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 6e7f1b7 commit be2f741Copy full SHA for be2f741
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.7.8] - 2023-04-17
6
+
7
+### 🐛 Bug Fixes
8
9
+- Turn off add/remove branches feature flag [#3702](https://github.com/iterative/vscode-dvc/pull/3702) by [@mattseddon](https://github.com/mattseddon)
10
11
## [0.7.7] - 2023-04-17
12
13
### 🚀 New Features and Enhancements
extension/package.json
@@ -9,7 +9,7 @@
"extensionDependencies": [
"vscode.git"
],
- "version": "0.7.7",
+ "version": "0.7.8",
"license": "Apache-2.0",
14
"readme": "./README.md",
15
"repository": {
0 commit comments