Skip to content

Commit

Permalink
Update version and CHANGELOG for release (#3907)
Browse files Browse the repository at this point in the history
Co-authored-by: Olivaw[bot] <[email protected]>
  • Loading branch information
github-actions[bot] and iterative-olivaw authored May 16, 2023
1 parent 22575c0 commit 3179282
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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

## [0.8.12] - 2023-05-16

### 🚀 New Features and Enhancements

- Send all stderr and stdout to the output channel when a DVC process fails [#3857](https://github.com/iterative/vscode-dvc/pull/3857) by [@mattseddon](https://github.com/mattseddon)
- Call exp show with multiple branches [#3827](https://github.com/iterative/vscode-dvc/pull/3827) by [@sroy3](https://github.com/sroy3)

### 🐛 Bug Fixes

- Pin dvc-studio-client in demo project as a temporary fix [#3899](https://github.com/iterative/vscode-dvc/pull/3899) by [@mattseddon](https://github.com/mattseddon)
- Debounce calls to git branch [#3887](https://github.com/iterative/vscode-dvc/pull/3887) by [@mattseddon](https://github.com/mattseddon)

### 🔨 Maintenance

- Update coverage path ignore patterns [#3859](https://github.com/iterative/vscode-dvc/pull/3859) by [@mattseddon](https://github.com/mattseddon)
- Update CodeClimate exclude patterns [#3858](https://github.com/iterative/vscode-dvc/pull/3858) by [@mattseddon](https://github.com/mattseddon)
- Add redux to setup webview [#3851](https://github.com/iterative/vscode-dvc/pull/3851) by [@julieg18](https://github.com/julieg18)
- Lower setup section prop drilling [#3862](https://github.com/iterative/vscode-dvc/pull/3862) by [@julieg18](https://github.com/julieg18)
- Update blocked ESM only packages (execa, process-exists) [#3856](https://github.com/iterative/vscode-dvc/pull/3856) by [@mattseddon](https://github.com/mattseddon)
- Cleanup icons [#3871](https://github.com/iterative/vscode-dvc/pull/3871) by [@sroy3](https://github.com/sroy3)
- Simplify table data fixtures [#3876](https://github.com/iterative/vscode-dvc/pull/3876) by [@sroy3](https://github.com/sroy3)
- Remove node-fetch as a dependency (not used) [#3892](https://github.com/iterative/vscode-dvc/pull/3892) by [@mattseddon](https://github.com/mattseddon)
- Increase timeouts of flaky tests [#3888](https://github.com/iterative/vscode-dvc/pull/3888) by [@mattseddon](https://github.com/mattseddon)
- Fix broken setup stories [#3896](https://github.com/iterative/vscode-dvc/pull/3896) by [@julieg18](https://github.com/julieg18)
- Revert demo project to latest commit on main [#3900](https://github.com/iterative/vscode-dvc/pull/3900) by [@mattseddon](https://github.com/mattseddon)

## [0.8.11] - 2023-05-10

### 🚀 New Features and Enhancements
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"extensionDependencies": [
"vscode.git"
],
"version": "0.8.11",
"version": "0.8.12",
"license": "Apache-2.0",
"readme": "./README.md",
"repository": {
Expand Down

0 comments on commit 3179282

Please sign in to comment.