Skip to content

Commit f330f2b

Browse files
Update version and CHANGELOG for release (#2931)
1 parent 96167f3 commit f330f2b

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.26] - 2022-12-14
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Dynamic Get Started webview [#2894](https://github.com/iterative/vscode-dvc/pull/2894) by [@sroy3](https://github.com/sroy3)
10+
- Use DVCLive signal file to indicate that an experiment is running in the workspace [#2923](https://github.com/iterative/vscode-dvc/pull/2923) by [@mattseddon](https://github.com/mattseddon)
11+
- Only show plots which are available for selected revisions [#2915](https://github.com/iterative/vscode-dvc/pull/2915) by [@mattseddon](https://github.com/mattseddon)
12+
13+
### 🐛 Bug Fixes
14+
15+
- Recheck for global CLI becoming available [#2928](https://github.com/iterative/vscode-dvc/pull/2928) by [@mattseddon](https://github.com/mattseddon)
16+
17+
### 🔨 Maintenance
18+
19+
- Split turbo cache between workflows [#2905](https://github.com/iterative/vscode-dvc/pull/2905) by [@mattseddon](https://github.com/mattseddon)
20+
- Update scheduled cli test [#2906](https://github.com/iterative/vscode-dvc/pull/2906) by [@mattseddon](https://github.com/mattseddon)
21+
522
## [0.5.25] - 2022-12-09
623

724
### 🔨 Maintenance

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

0 commit comments

Comments
 (0)