From 3464a9023a9caccfcb30cd59cd85b4b777ceb35a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 21:09:59 +0000 Subject: [PATCH] Update version and CHANGELOG for release (#3922) 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 1e1bd52058..ea7ce685b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. +## [0.8.13] - 2023-05-17 + +### 🚀 New Features and Enhancements + +- Add colons (":") to setup DVC details [#3903](https://github.com/iterative/vscode-dvc/pull/3903) by [@julieg18](https://github.com/julieg18) + +### 🐛 Bug Fixes + +- Do not attempt to get commit message for the workspace record [#3914](https://github.com/iterative/vscode-dvc/pull/3914) by [@mattseddon](https://github.com/mattseddon) +- Cleanup old branches before showing the experiments table [#3917](https://github.com/iterative/vscode-dvc/pull/3917) by [@sroy3](https://github.com/sroy3) + +### 🔨 Maintenance + +- Update dvc to 2.57.1 and bump LATEST_TESTED_VERSION [#3919](https://github.com/iterative/vscode-dvc/pull/3919) by [@sroy3](https://github.com/sroy3) + ## [0.8.12] - 2023-05-16 ### 🚀 New Features and Enhancements diff --git a/extension/package.json b/extension/package.json index 4e0202c496..6f6a33db52 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.8.12", + "version": "0.8.13", "license": "Apache-2.0", "readme": "./README.md", "repository": {