Skip to content

Commit eb522d7

Browse files
Update version and CHANGELOG for release (#2998)
1 parent f948c80 commit eb522d7

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.5.31] - 2022-12-23
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Open experiments automatically once setup is done [#2973](https://github.com/iterative/vscode-dvc/pull/2973) by [@sroy3](https://github.com/sroy3)
10+
- Adjust formatting on table cell long numbers [#2983](https://github.com/iterative/vscode-dvc/pull/2983) by [@julieg18](https://github.com/julieg18)
11+
- Provide option to auto-install DVC if unavailable [#2944](https://github.com/iterative/vscode-dvc/pull/2944) by [@mattseddon](https://github.com/mattseddon)
12+
- Direct users to setup webview from warning popups [#2990](https://github.com/iterative/vscode-dvc/pull/2990) by [@mattseddon](https://github.com/mattseddon)
13+
- Patch CLI incompatible path for onboarding [#2992](https://github.com/iterative/vscode-dvc/pull/2992) by [@mattseddon](https://github.com/mattseddon)
14+
- Get closer to theme inside of code blocks shown on no experiments data screen [#2988](https://github.com/iterative/vscode-dvc/pull/2988) by [@mattseddon](https://github.com/mattseddon)
15+
16+
### 🐛 Bug Fixes
17+
18+
- Initially expand commit entries in the experiments tree [#2996](https://github.com/iterative/vscode-dvc/pull/2996) by [@mattseddon](https://github.com/mattseddon)
19+
20+
### 🔨 Maintenance
21+
22+
- Rename getStarted to setup [#2982](https://github.com/iterative/vscode-dvc/pull/2982) by [@sroy3](https://github.com/sroy3)
23+
- Reinstate badges (with @vscode/vsce v2.16.0) [#2987](https://github.com/iterative/vscode-dvc/pull/2987) by [@renovate[bot]](https://github.com/renovate%5Bbot%5D)
24+
- Update demo project and latest tested CLI version (2.38.1) [#2989](https://github.com/iterative/vscode-dvc/pull/2989) by [@mattseddon](https://github.com/mattseddon)
25+
526
## [0.5.30] - 2022-12-20
627

728
### 🐛 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.5.30",
12+
"version": "0.5.31",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)