From 7505f92b114e13e8d01c0295858f29dcc3ba9ff5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 05:50:35 +0000 Subject: [PATCH] Update version and CHANGELOG for release (#2378) --- CHANGELOG.md | 13 +++++++++++++ extension/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e44701076a..126e4ef95a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [0.4.2] - 2022-09-12 + +### 🚀 New Features and Enhancements + +- Update row styles [#2351](https://github.com/iterative/vscode-dvc/pull/2351) by [@julieg18](https://github.com/julieg18) +- Update table indicators and chevrons/stars styles [#2367](https://github.com/iterative/vscode-dvc/pull/2367) by [@julieg18](https://github.com/julieg18) + +### 🐛 Bug Fixes + +- Ensure welcome screen is not shown when only one column is provided [#2363](https://github.com/iterative/vscode-dvc/pull/2363) by [@mattseddon](https://github.com/mattseddon) +- Fix zoomed in plot overflow [#2366](https://github.com/iterative/vscode-dvc/pull/2366) by [@sroy3](https://github.com/sroy3) +- Truncate all long titles inside of plots [#2365](https://github.com/iterative/vscode-dvc/pull/2365) by [@sroy3](https://github.com/sroy3) + ## [0.4.1] - 2022-09-09 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index 2e30fe2609..70e442fe7f 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.4.1", + "version": "0.4.2", "license": "Apache-2.0", "readme": "./README.md", "repository": {