From 0c4be74cff7a4d2d30c4bbad60d993507ee7210e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 00:53:38 +0000 Subject: [PATCH] Update version and CHANGELOG for release (#3519) Co-authored-by: Olivaw[bot] --- CHANGELOG.md | 21 +++++++++++++++++++++ extension/package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6874be85d4..bb49b41346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. +## [0.6.23] - 2023-03-21 + +### 🚀 New Features and Enhancements + +- Make plots vertical scrollbars local to sections [#3489](https://github.com/iterative/vscode-dvc/pull/3489) by [@sroy3](https://github.com/sroy3) +- Move trends plots inside of "Custom" section [#3404](https://github.com/iterative/vscode-dvc/pull/3404) by [@julieg18](https://github.com/julieg18) + +### 🐛 Bug Fixes + +- Always call plots diff with workspace as the first revision (get correct templates) [#3503](https://github.com/iterative/vscode-dvc/pull/3503) by [@mattseddon](https://github.com/mattseddon) +- Fix the comparison table images width [#3507](https://github.com/iterative/vscode-dvc/pull/3507) by [@sroy3](https://github.com/sroy3) + +### 🔨 Maintenance + +- Update demo project with dvclive (v2.5.0) [#3506](https://github.com/iterative/vscode-dvc/pull/3506) by [@sroy3](https://github.com/sroy3) +- Update demo project and latest tested CLI version (2.51.0) [#3510](https://github.com/iterative/vscode-dvc/pull/3510) by [@sroy3](https://github.com/sroy3) +- Create multiple Redux actions for the table data [#3508](https://github.com/iterative/vscode-dvc/pull/3508) by [@sroy3](https://github.com/sroy3) +- Increase coverage [#3513](https://github.com/iterative/vscode-dvc/pull/3513) by [@sroy3](https://github.com/sroy3) +- Drop overall test coverage requirement (unblock) [#3515](https://github.com/iterative/vscode-dvc/pull/3515) by [@mattseddon](https://github.com/mattseddon) +- Make plots tree items decoratable [#3504](https://github.com/iterative/vscode-dvc/pull/3504) by [@mattseddon](https://github.com/mattseddon) + ## [0.6.22] - 2023-03-19 ### 🐛 Bug Fixes diff --git a/extension/package.json b/extension/package.json index ffb52607e5..e50dc05069 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.6.22", + "version": "0.6.23", "license": "Apache-2.0", "readme": "./README.md", "repository": {