From a8989bc47c612a969d09b259361dbe356d1bb2eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 21:03:40 +0000 Subject: [PATCH] Update version and CHANGELOG for release (#4110) Co-authored-by: Olivaw[bot] --- CHANGELOG.md | 15 +++++++++++++++ extension/package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bff88f0cae..08480aa90c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [1.0.4] - 2023-06-14 + +### 🚀 New Features and Enhancements + +- Update Setup "dvc is unavailable" section text content [#4098](https://github.com/iterative/vscode-dvc/pull/4098) by [@julieg18](https://github.com/julieg18) + +### 🐛 Bug Fixes + +- Add `--user` flag to global dvc auto installation [#4091](https://github.com/iterative/vscode-dvc/pull/4091) by [@julieg18](https://github.com/julieg18) + +### 🔨 Maintenance + +- Remove garbage collect experiments command [#4104](https://github.com/iterative/vscode-dvc/pull/4104) by [@mattseddon](https://github.com/mattseddon) +- Fix e2e tests [#4106](https://github.com/iterative/vscode-dvc/pull/4106) by [@mattseddon](https://github.com/mattseddon) + ## [1.0.3] - 2023-06-14 ### 🐛 Bug Fixes diff --git a/extension/package.json b/extension/package.json index 6531250feb..395b891455 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "1.0.3", + "version": "1.0.4", "license": "Apache-2.0", "readme": "./README.md", "repository": {