Skip to content

Commit cef43c9

Browse files
Update version and CHANGELOG for release (#3698)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent f7436f4 commit cef43c9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.7.7] - 2023-04-17
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Hidden: Add and remove branches to the experiments table [#3670](https://github.com/iterative/vscode-dvc/pull/3670) by [@sroy3](https://github.com/sroy3)
10+
11+
### 🐛 Bug Fixes
12+
13+
- fix(table): DnD behavior for groups [#3683](https://github.com/iterative/vscode-dvc/pull/3683) by [@shcheklein](https://github.com/shcheklein)
14+
- Do not convert the manually entered path into a relative path [#3686](https://github.com/iterative/vscode-dvc/pull/3686) by [@sroy3](https://github.com/sroy3)
15+
516
## [0.7.6] - 2023-04-13
617

718
### 🐛 Bug Fixes

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"extensionDependencies": [
1010
"vscode.git"
1111
],
12-
"version": "0.7.6",
12+
"version": "0.7.7",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)