From 0f054473f5b22d0a3d1b5567b2f172b6e44985af Mon Sep 17 00:00:00 2001 From: "Olivaw[bot]" Date: Fri, 10 Nov 2023 16:53:58 +0000 Subject: [PATCH] Update version and CHANGELOG for release --- CHANGELOG.md | 19 +++++++++++++++++++ extension/package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19add71c2d..d2cf7e0f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ All notable changes to this project will be documented in this file. +## [1.1.13] - 2023-11-10 + +### 🚀 New Features and Enhancements + +- Add drag and drop mode to plots [#4934](https://github.com/iterative/vscode-dvc/pull/4934) by [@sroy3](https://github.com/sroy3) + +### 🐛 Bug Fixes + +- Fix e2e tests (SCM entry removed by insiders) [#4955](https://github.com/iterative/vscode-dvc/pull/4955) by [@mattseddon](https://github.com/mattseddon) + +### 🔨 Maintenance + +- Increase plot webview test timeout [#4923](https://github.com/iterative/vscode-dvc/pull/4923) by [@julieg18](https://github.com/julieg18) +- Increase timeouts of webview tests [#4928](https://github.com/iterative/vscode-dvc/pull/4928) by [@mattseddon](https://github.com/mattseddon) +- Remove unused dependencies [#4930](https://github.com/iterative/vscode-dvc/pull/4930) by [@sroy3](https://github.com/sroy3) +- Update demo project and latest tested CLI version (3.28.0) [#4936](https://github.com/iterative/vscode-dvc/pull/4936) by [@julieg18](https://github.com/julieg18) +- Update version of Python used in CI [#4944](https://github.com/iterative/vscode-dvc/pull/4944) by [@mattseddon](https://github.com/mattseddon) +- Add Setup Studio module [#4943](https://github.com/iterative/vscode-dvc/pull/4943) by [@julieg18](https://github.com/julieg18) + ## [1.1.12] - 2023-10-27 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index fc9172950a..785918e93b 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "1.1.12", + "version": "1.1.13", "license": "Apache-2.0", "readme": "./README.md", "repository": {