From 96b0c9587db9cd91da673a01744bef24fe2ba8cf Mon Sep 17 00:00:00 2001 From: "Olivaw[bot]" Date: Tue, 25 Jul 2023 22:56:05 +0000 Subject: [PATCH] Update version and CHANGELOG for release --- CHANGELOG.md | 18 ++++++++++++++++++ extension/package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93bcf515d8..6e0a91c081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. +## [1.0.25] - 2023-07-25 + +### 🚀 New Features and Enhancements + +- Show Experiment Remote Status [#4324](https://github.com/iterative/vscode-dvc/pull/4324) by [@mattseddon](https://github.com/mattseddon) + +### 🐛 Bug Fixes + +- Fix cloud icon alignment in experiments table [#4340](https://github.com/iterative/vscode-dvc/pull/4340) by [@mattseddon](https://github.com/mattseddon) +- Disable exp push when experiment is running in the workspace [#4343](https://github.com/iterative/vscode-dvc/pull/4343) by [@mattseddon](https://github.com/mattseddon) + +### 🔨 Maintenance + +- Update demo project and latest tested CLI version (3.7.0) [#4328](https://github.com/iterative/vscode-dvc/pull/4328) by [@mattseddon](https://github.com/mattseddon) +- Run remote experiments data update in the background [#4342](https://github.com/iterative/vscode-dvc/pull/4342) by [@mattseddon](https://github.com/mattseddon) +- Use trim and split util [#4339](https://github.com/iterative/vscode-dvc/pull/4339) by [@mattseddon](https://github.com/mattseddon) +- Update demo project and latest tested CLI version (3.8.1) [#4351](https://github.com/iterative/vscode-dvc/pull/4351) by [@mattseddon](https://github.com/mattseddon) + ## [1.0.24] - 2023-07-20 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index ca2253ea77..50057f5f9d 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "1.0.24", + "version": "1.0.25", "license": "Apache-2.0", "readme": "./README.md", "repository": {