Skip to content

Commit

Permalink
build: Update version to 0.1.2 (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: Sheng Chen <[email protected]>
  • Loading branch information
jdneo authored Nov 9, 2023
1 parent 8b18540 commit a771284
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.2
### Fixed
- Plugin with id not found. [PR#98](https://github.com/microsoft/build-server-for-gradle/pull/98)
- No builders are available to build a model of type. [PR#99](https://github.com/microsoft/build-server-for-gradle/pull/99)
- No such method error: CompileOptions.getAnnotationProcessorGeneratedSourcesDirectory(). [PR#100](https://github.com/microsoft/build-server-for-gradle/pull/100)

## 0.1.1
### Fixed
- Reuse Gradle connector for the same project root. [PR#94](https://github.com/microsoft/build-server-for-gradle/pull/94)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class Constants {
/**
* The version of the build server.
*/
public static final String SERVER_VERSION = "0.1.1";
public static final String SERVER_VERSION = "0.1.2";
/**
* The version of the BSP specification.
*/
Expand Down

0 comments on commit a771284

Please sign in to comment.