From 3f003d94505cb620fbe6e2c8995abe90a321d8f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:13:58 -0400 Subject: [PATCH] Update version and CHANGELOG for release (#2454) Co-authored-by: sroy3 --- CHANGELOG.md | 11 +++++++++++ extension/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7140280529..9d8713fcbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.4.6] - 2022-09-23 + +### 🚀 New Features and Enhancements + +- Language Server with Definitions Only [#2408](https://github.com/iterative/vscode-dvc/pull/2408) by [@wolmir](https://github.com/wolmir) +- Multiple commits in the experiments table [#2392](https://github.com/iterative/vscode-dvc/pull/2392) by [@sroy3](https://github.com/sroy3) + +### 🐛 Bug Fixes + +- Update `view/title` commands to account for VS Code change [#2439](https://github.com/iterative/vscode-dvc/pull/2439) by [@mattseddon](https://github.com/mattseddon) + ## [0.4.5] - 2022-09-21 ### 🔨 Maintenance diff --git a/extension/package.json b/extension/package.json index a4eb4108dd..31843da897 100644 --- a/extension/package.json +++ b/extension/package.json @@ -9,7 +9,7 @@ "extensionDependencies": [ "vscode.git" ], - "version": "0.4.5", + "version": "0.4.6", "license": "Apache-2.0", "readme": "./README.md", "repository": {