From 33c7d90ac25c2500258a17c4ba99fffff29e56fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 13:45:41 +0000 Subject: [PATCH] Update version and CHANGELOG for release (#3680) Co-authored-by: Olivaw[bot] --- CHANGELOG.md | 10 ++++++++++ extension/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e62500a5..af2eff5041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [0.7.6] - 2023-04-13 + +### 🐛 Bug Fixes + +- fix(table): DnD landing zone covers the whole cell in the table [#3678](https://github.com/iterative/vscode-dvc/pull/3678) by [@shcheklein](https://github.com/shcheklein) + +### 🔨 Maintenance + +- Update demo project and latest tested CLI version (2.54.0) [#3677](https://github.com/iterative/vscode-dvc/pull/3677) by [@mattseddon](https://github.com/mattseddon) + ## [0.7.5] - 2023-04-11 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index 6d249d782a..aeec7b5b11 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.7.5", + "version": "0.7.6", "license": "Apache-2.0", "readme": "./README.md", "repository": {