Skip to content

Commit

Permalink
Update version and CHANGELOG for release (#3835)
Browse files Browse the repository at this point in the history
Co-authored-by: Olivaw[bot] <olivaw@iterative.ai>
  • Loading branch information
github-actions[bot] and iterative-olivaw authored May 5, 2023
1 parent 803a5d4 commit 1c7a564
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [0.8.7] - 2023-05-05

### 🐛 Bug Fixes

- Ensure that accessing the DVC config doesn't throw an error [#3831](https://github.com/iterative/vscode-dvc/pull/3831) by [@mattseddon](https://github.com/mattseddon)

### 🔨 Maintenance

- Add import/no-unused-modules rule to eslint config [#3826](https://github.com/iterative/vscode-dvc/pull/3826) by [@mattseddon](https://github.com/mattseddon)
- Increase default width and decrease min width of experiments column [#3833](https://github.com/iterative/vscode-dvc/pull/3833) by [@mattseddon](https://github.com/mattseddon)

## [0.8.6] - 2023-05-04

### 🚀 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.6",
"version": "0.8.7",
"license": "Apache-2.0",
"readme": "./README.md",
"repository": {
Expand Down

0 comments on commit 1c7a564

Please sign in to comment.