Skip to content

Commit

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

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

## [0.5.21] - 2022-12-01

### 🚀 New Features and Enhancements

- Add progress ring to plots ribbon while data is loading [#2841](https://github.com/iterative/vscode-dvc/pull/2841) by [@mattseddon](https://github.com/mattseddon)
- Open plots in split view when request sent from table [#2864](https://github.com/iterative/vscode-dvc/pull/2864) by [@mattseddon](https://github.com/mattseddon)

### 🔨 Maintenance

- Separate comparison table and plot ribbon revision orders [#2859](https://github.com/iterative/vscode-dvc/pull/2859) by [@mattseddon](https://github.com/mattseddon)
- Do not snapshot story with progress rings [#2862](https://github.com/iterative/vscode-dvc/pull/2862) by [@mattseddon](https://github.com/mattseddon)
- Match VS Code version of @types/node [#2863](https://github.com/iterative/vscode-dvc/pull/2863) by [@mattseddon](https://github.com/mattseddon)

## [0.5.20] - 2022-11-29

### 🐛 Bug Fixes
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.20",
"version": "0.5.21",
"license": "Apache-2.0",
"readme": "./README.md",
"repository": {
Expand Down

0 comments on commit ae18530

Please sign in to comment.