From 53ff171473d817775ad13d2a076ee664d5bc0865 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Aug 2022 13:10:24 -0400 Subject: [PATCH] update version and changelog for release (#2215) Co-authored-by: sroy3 --- CHANGELOG.md | 11 +++++++++++ extension/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec86501871..8877a4bc63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.3.20] - 2022-08-18 + +### 🚀 New Features and Enhancements + +- Show min tested version in toast warning message [#2209](https://github.com/iterative/vscode-dvc/pull/2209) by [@mattseddon](https://github.com/mattseddon) + +### 🐛 Bug Fixes + +- Fix sticky workspace row obscuring branch [#2212](https://github.com/iterative/vscode-dvc/pull/2212) by [@mattseddon](https://github.com/mattseddon) +- Make drop zones larger when dragging in the same section [#2206](https://github.com/iterative/vscode-dvc/pull/2206) by [@sroy3](https://github.com/sroy3) + ## [0.3.19] - 2022-08-18 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index 68f5bdbbf7..e1a4d52864 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.3.19", + "version": "0.3.20", "license": "Apache-2.0", "readme": "./README.md", "repository": {