From 3d2cef5d5d6952aabf16418f603aebe03884074c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 00:20:44 +0000 Subject: [PATCH] Update version and CHANGELOG for release (#4074) Co-authored-by: Olivaw[bot] --- CHANGELOG.md | 14 ++++++++++++++ extension/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adf477d8e2..e0589d2c39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [1.0.0] - 2023-06-09 + +### 🚀 New Features and Enhancements + +- Add PYTHONPATH to environment variables if the Python extension makes it available [#4045](https://github.com/iterative/vscode-dvc/pull/4045) by [@mattseddon](https://github.com/mattseddon) + +### 🐛 Bug Fixes + +- fix(plots): correct the empty screen link to the dvc docs [#4068](https://github.com/iterative/vscode-dvc/pull/4068) by [@shcheklein](https://github.com/shcheklein) + +### 🔨 Maintenance + +- Fix failing tests [#4070](https://github.com/iterative/vscode-dvc/pull/4070) by [@mattseddon](https://github.com/mattseddon) + ## [0.9.6] - 2023-06-08 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index 77b2a35d39..992c793a41 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.9.6", + "version": "1.0.0", "license": "Apache-2.0", "readme": "./README.md", "repository": {