Skip to content

Commit 8fd9715

Browse files
Update version and CHANGELOG for release (#3775)
Co-authored-by: Olivaw[bot] <[email protected]>
1 parent c5a6d27 commit 8fd9715

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

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

5+
## [0.8.2] - 2023-04-27
6+
7+
### 🚀 New Features and Enhancements
8+
9+
- Add multiple branches support inside the experiments table [#3735](https://github.com/iterative/vscode-dvc/pull/3735) by [@sroy3](https://github.com/sroy3)
10+
- Add CLI incompatible screen to Studio section [#3763](https://github.com/iterative/vscode-dvc/pull/3763) by [@mattseddon](https://github.com/mattseddon)
11+
- Make the table more compact with branches and actions [#3765](https://github.com/iterative/vscode-dvc/pull/3765) by [@sroy3](https://github.com/sroy3)
12+
- Show DVC Cli Details in DVC Setup [#3688](https://github.com/iterative/vscode-dvc/pull/3688) by [@julieg18](https://github.com/julieg18)
13+
14+
### 🐛 Bug Fixes
15+
16+
- Watch all workspace folders for changes in dot folders [#3769](https://github.com/iterative/vscode-dvc/pull/3769) by [@mattseddon](https://github.com/mattseddon)
17+
18+
### 🔨 Maintenance
19+
20+
- Add Stylelint [#3736](https://github.com/iterative/vscode-dvc/pull/3736) by [@julieg18](https://github.com/julieg18)
21+
- Upgrade Storybook to v7 [#3744](https://github.com/iterative/vscode-dvc/pull/3744) by [@mattseddon](https://github.com/mattseddon)
22+
- Switch executeDvcProcess method to protected [#3770](https://github.com/iterative/vscode-dvc/pull/3770) by [@mattseddon](https://github.com/mattseddon)
23+
524
## [0.8.1] - 2023-04-24
625

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

0 commit comments

Comments
 (0)