From a90eced3dbf5dc18ddf497ab29acea95826b4cff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:28:01 +0000 Subject: [PATCH] Update version and CHANGELOG for release (#5060) Co-authored-by: Olivaw[bot] --- CHANGELOG.md | 18 ++++++++++++++++++ extension/package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cfcb1bd7c..05c9d6cd52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. +## [1.1.18] - 2023-12-01 + +### 🚀 New Features and Enhancements + +- Add a message when we are showing only 20 plots [#5008](https://github.com/iterative/vscode-dvc/pull/5008) by [@sroy3](https://github.com/sroy3) +- Extend available workspace params available to modify [#5030](https://github.com/iterative/vscode-dvc/pull/5030) by [@mattseddon](https://github.com/mattseddon) + +### 🐛 Bug Fixes + +- Handle missing items in drag and drop container [#5054](https://github.com/iterative/vscode-dvc/pull/5054) by [@mattseddon](https://github.com/mattseddon) +- Handle project having experiments with no data [#5045](https://github.com/iterative/vscode-dvc/pull/5045) by [@mattseddon](https://github.com/mattseddon) + +### 🔨 Maintenance + +- Update demo project and latest tested CLI version (3.30.3) [#5053](https://github.com/iterative/vscode-dvc/pull/5053) by [@julieg18](https://github.com/julieg18) +- Remove dead code from Setup [#5055](https://github.com/iterative/vscode-dvc/pull/5055) by [@mattseddon](https://github.com/mattseddon) +- Improve Studio Token Authentication URI Handler [#5049](https://github.com/iterative/vscode-dvc/pull/5049) by [@julieg18](https://github.com/julieg18) + ## [1.1.17] - 2023-11-29 ### 🐛 Bug Fixes diff --git a/extension/package.json b/extension/package.json index b8f1294843..cdc6b61b89 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "1.1.17", + "version": "1.1.18", "license": "Apache-2.0", "readme": "./README.md", "repository": {