Skip to content

Commit 04f3bac

Browse files
Update version and CHANGELOG for release (#2976)
1 parent bd3cfa4 commit 04f3bac

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.5.29] - 2022-12-20
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Move Views sidebar section to the top [#2954](https://github.com/iterative/vscode-dvc/pull/2954) by [@sroy3](https://github.com/sroy3)
10+
- Improve plots ribbon block tooltips [#2956](https://github.com/iterative/vscode-dvc/pull/2956) by [@julieg18](https://github.com/julieg18)
11+
- Show a screen when there is no data in the project [#2927](https://github.com/iterative/vscode-dvc/pull/2927) by [@sroy3](https://github.com/sroy3)
12+
- Close setup webview when all actions have been completed [#2968](https://github.com/iterative/vscode-dvc/pull/2968) by [@mattseddon](https://github.com/mattseddon)
13+
- Simplify Setup the Workspace by removing manual option when Python extension is installed [#2967](https://github.com/iterative/vscode-dvc/pull/2967) by [@mattseddon](https://github.com/mattseddon)
14+
- Add environment selection information to the DVC status bar item [#2969](https://github.com/iterative/vscode-dvc/pull/2969) by [@mattseddon](https://github.com/mattseddon)
15+
16+
### 🔨 Maintenance
17+
18+
- Fix integration tests for non en-US timezones [#2945](https://github.com/iterative/vscode-dvc/pull/2945) by [@mattseddon](https://github.com/mattseddon)
19+
- Do not rely on number of call to execute process stub in integration tests [#2939](https://github.com/iterative/vscode-dvc/pull/2939) by [@mattseddon](https://github.com/mattseddon)
20+
- Ensure that all watcher's listeners are disposed [#2948](https://github.com/iterative/vscode-dvc/pull/2948) by [@mattseddon](https://github.com/mattseddon)
21+
- Temporarily remove VS Marketplace badges [#2957](https://github.com/iterative/vscode-dvc/pull/2957) by [@mattseddon](https://github.com/mattseddon)
22+
523
## [0.5.28] - 2022-12-15
624

725
### 🔨 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.28",
12+
"version": "0.5.29",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)