Skip to content

Commit

Permalink
Update version and CHANGELOG for release (#4666)
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 Sep 14, 2023
1 parent d28756f commit 086b26e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [1.0.54] - 2023-09-14

### 🚀 New Features and Enhancements

- Apply table filters to custom plot data [#4657](https://github.com/iterative/vscode-dvc/pull/4657) by [@julieg18](https://github.com/julieg18)
- Add "Add Top-level Plot" command to plots webview [#4664](https://github.com/iterative/vscode-dvc/pull/4664) by [@julieg18](https://github.com/julieg18)

### 🐛 Bug Fixes

- Fix typo in plot wizard error toast [#4658](https://github.com/iterative/vscode-dvc/pull/4658) by [@julieg18](https://github.com/julieg18)

### 🔨 Maintenance

- Fix Code Climate badges [#4659](https://github.com/iterative/vscode-dvc/pull/4659) by [@mattseddon](https://github.com/mattseddon)

## [1.0.53] - 2023-09-11

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

0 comments on commit 086b26e

Please sign in to comment.