File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
server/src/main/java/com/microsoft/java/bs/core Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
26
## 0.2.0
9
27
## What's Changed
10
28
* enhancement - Populate more JavacOptionsResult info by @Arthurm1 in [ #105 ] ( https://github.com/microsoft/build-server-for-gradle/pull/105 )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public class Constants {
14
14
/**
15
15
* The version of the build server.
16
16
*/
17
- public static final String SERVER_VERSION = "0.2 .0" ;
17
+ public static final String SERVER_VERSION = "0.3 .0" ;
18
18
/**
19
19
* The version of the BSP specification.
20
20
*/
You can’t perform that action at this time.
0 commit comments