Skip to content

Commit d32adff

Browse files
Update version and CHANGELOG for release (#2940)
1 parent 19904c8 commit d32adff

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.5.27] - 2022-12-14
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Update plots empty states to reflect dynamic nature of available plots [#2932](https://github.com/iterative/vscode-dvc/pull/2932) by [@mattseddon](https://github.com/mattseddon)
10+
- Add columns tooltip to plots ribbon [#2924](https://github.com/iterative/vscode-dvc/pull/2924) by [@julieg18](https://github.com/julieg18)
11+
12+
### 🐛 Bug Fixes
13+
14+
- Fix cleanup on merging drag and drop groups [#2935](https://github.com/iterative/vscode-dvc/pull/2935) by [@sroy3](https://github.com/sroy3)
15+
- Revert e2e tests back on to insiders [#2938](https://github.com/iterative/vscode-dvc/pull/2938) by [@mattseddon](https://github.com/mattseddon)
16+
17+
### 🔨 Maintenance
18+
19+
- Prevent unnecessary CLI calls in the integration test suite [#2934](https://github.com/iterative/vscode-dvc/pull/2934) by [@mattseddon](https://github.com/mattseddon)
20+
- Update renovate config [#2933](https://github.com/iterative/vscode-dvc/pull/2933) by [@mattseddon](https://github.com/mattseddon)
21+
522
## [0.5.26] - 2022-12-14
623

724
### 🚀 New Features and Enhancements

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.5.26",
12+
"version": "0.5.27",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)