Skip to content

Commit a771284

Browse files
authored
build: Update version to 0.1.2 (#101)
Signed-off-by: Sheng Chen <[email protected]>
1 parent 8b18540 commit a771284

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.1.2
9+
### Fixed
10+
- Plugin with id not found. [PR#98](https://github.com/microsoft/build-server-for-gradle/pull/98)
11+
- No builders are available to build a model of type. [PR#99](https://github.com/microsoft/build-server-for-gradle/pull/99)
12+
- No such method error: CompileOptions.getAnnotationProcessorGeneratedSourcesDirectory(). [PR#100](https://github.com/microsoft/build-server-for-gradle/pull/100)
13+
814
## 0.1.1
915
### Fixed
1016
- Reuse Gradle connector for the same project root. [PR#94](https://github.com/microsoft/build-server-for-gradle/pull/94)

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.1.1";
17+
public static final String SERVER_VERSION = "0.1.2";
1818
/**
1919
* The version of the BSP specification.
2020
*/

0 commit comments

Comments
 (0)