Skip to content

Commit

Permalink
Update version and CHANGELOG for release (#2853)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 29, 2022
1 parent 2b60871 commit 9397d1d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## [0.5.19] - 2022-11-29

### 🐛 Bug Fixes

- Fix aspect ratio of multi view plots [#2833](https://github.com/iterative/vscode-dvc/pull/2833) by [@sroy3](https://github.com/sroy3)
- Fix the number of available revisions for multi view plots [#2836](https://github.com/iterative/vscode-dvc/pull/2836) by [@sroy3](https://github.com/sroy3)

### 🔨 Maintenance

- Reduce renovate noise [#2826](https://github.com/iterative/vscode-dvc/pull/2826) by [@mattseddon](https://github.com/mattseddon)
- Delay creation of plots to remove optional logic [#2832](https://github.com/iterative/vscode-dvc/pull/2832) by [@mattseddon](https://github.com/mattseddon)
- Update multi source test fixture to contain the expected revisions (branch revision not name) [#2837](https://github.com/iterative/vscode-dvc/pull/2837) by [@mattseddon](https://github.com/mattseddon)
- Remove auto-merge component from renovate config (does not work) [#2838](https://github.com/iterative/vscode-dvc/pull/2838) by [@mattseddon](https://github.com/mattseddon)

## [0.5.18] - 2022-11-24

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

0 comments on commit 9397d1d

Please sign in to comment.