Skip to content

Commit 6aa16d8

Browse files
authored
build - Prepare for 0.3.0 (#174)
1 parent 189e7f0 commit 6aa16d8

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.3.0
9+
## What's Changed
10+
* enhancement - Add support for running tests by @Arthurm1 in https://github.com/microsoft/build-server-for-gradle/pull/144
11+
* fix - Only send build target count during initialization by @jdneo in https://github.com/microsoft/build-server-for-gradle/pull/153
12+
* fix - Handle older versions of Gradle by @Arthurm1 in https://github.com/microsoft/build-server-for-gradle/pull/149
13+
* fix - Add JDK 22 compatibility support by @jdneo in https://github.com/microsoft/build-server-for-gradle/pull/152
14+
* fix- Return the root cause of the message by @jdneo in https://github.com/microsoft/build-server-for-gradle/pull/156
15+
* fix - LanguageExtension downcast resolution by @Tanish-Ranjan in https://github.com/microsoft/build-server-for-gradle/pull/160
16+
* fix - Set env vars for Windows testing by @Arthurm1 in https://github.com/microsoft/build-server-for-gradle/pull/164
17+
* fix - Composite Builds using Build Actions by @Tanish-Ranjan in https://github.com/microsoft/build-server-for-gradle/pull/154
18+
* fix - Cannot get test display name by @jdneo in https://github.com/microsoft/build-server-for-gradle/pull/166
19+
* fix - Unsupported class file for the build action class by @jdneo in https://github.com/microsoft/build-server-for-gradle/pull/170
20+
* fix - Use project dir instead of project path by @jdneo in https://github.com/microsoft/build-server-for-gradle/pull/171
21+
* fix - --no-daemon not working on Gradle 8.9 by @jdneo in https://github.com/microsoft/build-server-for-gradle/pull/172
22+
23+
## New Contributors
24+
* @Tanish-Ranjan made their first contribution in https://github.com/microsoft/build-server-for-gradle/pull/160
25+
826
## 0.2.0
927
## What's Changed
1028
* enhancement - Populate more JavacOptionsResult info by @Arthurm1 in [#105](https://github.com/microsoft/build-server-for-gradle/pull/105)

server/src/main/java/com/microsoft/java/bs/core/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Constants {
1414
/**
1515
* The version of the build server.
1616
*/
17-
public static final String SERVER_VERSION = "0.2.0";
17+
public static final String SERVER_VERSION = "0.3.0";
1818
/**
1919
* The version of the BSP specification.
2020
*/

0 commit comments

Comments
 (0)