From ad8e5c99d3cdb1d8d560b82be01be1e7f98f8e45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Aug 2022 04:11:32 +0000 Subject: [PATCH] Update version and changelog for release (#2172) --- CHANGELOG.md | 17 +++++++++++++++++ extension/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81adfaf49e..26d4abe4e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. +## [0.3.16] - 2022-08-10 + +### 🚀 New Features and Enhancements + +- Links in section description tooltips [#2140](https://github.com/iterative/vscode-dvc/pull/2140) by [@sroy3](https://github.com/sroy3) +- Retain plot order when toggling off/on [#2147](https://github.com/iterative/vscode-dvc/pull/2147) by [@mattseddon](https://github.com/mattseddon) +- All plots sections visible [#2145](https://github.com/iterative/vscode-dvc/pull/2145) by [@sroy3](https://github.com/sroy3) + +### 🐛 Bug Fixes + +- Patch e2e tests [#2143](https://github.com/iterative/vscode-dvc/pull/2143) by [@mattseddon](https://github.com/mattseddon) +- Remove drop target when leaving a section [#2149](https://github.com/iterative/vscode-dvc/pull/2149) by [@sroy3](https://github.com/sroy3) + +### 🔨 Maintenance + +- Split up `Table.tsx` [#2165](https://github.com/iterative/vscode-dvc/pull/2165) by [@julieg18](https://github.com/julieg18) + ## [0.3.15] - 2022-08-03 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index 5066a799ac..6165b9f5d3 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.3.15", + "version": "0.3.16", "license": "Apache-2.0", "readme": "./README.md", "repository": {