From c8350e046fd5c80d944584e3c4fe255588da654a Mon Sep 17 00:00:00 2001 From: Sheng Chen Date: Wed, 18 Oct 2023 21:35:43 -0700 Subject: [PATCH] build: Prepare for 3.13.1 (#1437) --- CHANGELOG.md | 8 ++++++++ extension/package-lock.json | 4 ++-- extension/package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12cbc094b..8d2f889b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to the "vscode-gradle" extension will be documented in this The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 3.13.1 +### Fixed +- Improve the project root inference logic. [PR#1433](https://github.com/microsoft/vscode-gradle/pull/1433) +- Add windows requirements into CONTRIBUTING.md. [PR#1429](https://github.com/microsoft/vscode-gradle/pull/1429), contributed by [@JoseLion](https://github.com/JoseLion) +- Reuse Gradle connector for the same project root. [GBS#94](https://github.com/microsoft/build-server-for-gradle/pull/94) +- Improve the Gradle home path search logic. [GBS#95](https://github.com/microsoft/build-server-for-gradle/pull/95) +- Use Gradle 7.4.2 as a fallback version when no suitable build approach is found. [GBS#96](https://github.com/microsoft/build-server-for-gradle/pull/96) + ## 3.13.0 ### Added - Add support for subfolder gradle projects. [PR#1336](https://github.com/microsoft/vscode-gradle/pull/1336), contributed by [@gayanper](https://github.com/gayanper) diff --git a/extension/package-lock.json b/extension/package-lock.json index fe36d2012..2fb8985a2 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-gradle", - "version": "3.13.0", + "version": "3.13.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-gradle", - "version": "3.13.0", + "version": "3.13.1", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "await-lock": "^2.2.2", diff --git a/extension/package.json b/extension/package.json index e80169558..a58ddbb50 100644 --- a/extension/package.json +++ b/extension/package.json @@ -2,7 +2,7 @@ "name": "vscode-gradle", "displayName": "Gradle for Java", "description": "Manage Gradle Projects, run Gradle tasks and provide better Gradle file authoring experience in VS Code", - "version": "3.13.0", + "version": "3.13.1", "private": true, "publisher": "vscjava", "aiKey": "b4aae7d0-c65b-4819-92bf-1d2f537ae7ce",