Skip to content

Commit d8c137f

Browse files
Update version and CHANGELOG for release (#3038)
1 parent c89e2b7 commit d8c137f

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.5.33] - 2023-01-02
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Offer to Git init when there is no DVC project or Git repository [#3002](https://github.com/iterative/vscode-dvc/pull/3002) by [@mattseddon](https://github.com/mattseddon)
10+
- Simply welcome view inside view container [#3023](https://github.com/iterative/vscode-dvc/pull/3023) by [@mattseddon](https://github.com/mattseddon)
11+
- Integrate walkthrough with setup webview [#3026](https://github.com/iterative/vscode-dvc/pull/3026) by [@mattseddon](https://github.com/mattseddon)
12+
- Enable sub-project selection in monorepos [#3030](https://github.com/iterative/vscode-dvc/pull/3030) by [@mattseddon](https://github.com/mattseddon)
13+
14+
### 🐛 Bug Fixes
15+
16+
- Add DVC and Git initialization watcher [#3025](https://github.com/iterative/vscode-dvc/pull/3025) by [@mattseddon](https://github.com/mattseddon)
17+
18+
### 🔨 Maintenance
19+
20+
- Cleanup table dnd code: remove unused slice/group logic [#3007](https://github.com/iterative/vscode-dvc/pull/3007) by [@shcheklein](https://github.com/shcheklein)
21+
- Upgrade e2e test dependencies and Mocha [#3005](https://github.com/iterative/vscode-dvc/pull/3005) by [@mattseddon](https://github.com/mattseddon)
22+
- Split setup from extension [#3017](https://github.com/iterative/vscode-dvc/pull/3017) by [@mattseddon](https://github.com/mattseddon)
23+
- Rename original setup file to runner [#3018](https://github.com/iterative/vscode-dvc/pull/3018) by [@mattseddon](https://github.com/mattseddon)
24+
- Add periods to setup webview views [#3024](https://github.com/iterative/vscode-dvc/pull/3024) by [@mattseddon](https://github.com/mattseddon)
25+
- GitHub actions update [#3032](https://github.com/iterative/vscode-dvc/pull/3032) by [@dacbd](https://github.com/dacbd)
26+
527
## [0.5.32] - 2022-12-25
628

729
### 🚀 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.32",
12+
"version": "0.5.33",
1313
"license": "Apache-2.0",
1414
"readme": "./README.md",
1515
"repository": {

0 commit comments

Comments
 (0)