Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Prepare 1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Oct 13, 2020
1 parent cfbc3bd commit 2f15d3f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 17 deletions.
7 changes: 7 additions & 0 deletions docs/changelog/1.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### 1.1.1

_Released 2020 Oct 13_

#### Fixes

- Fixed deprecation warning for `set-env` command. [[GH-10](https://github.com/AdoptOpenJDK/install-jdk/issues/10)]
3 changes: 2 additions & 1 deletion docs/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

### Version History

* 2020-04-10 [1.1.0](1.1.0.md) (latest)
* 2020-10-13 [1.1.1](1.1.1.md) (latest)
* 2020-04-10 [1.1.0](1.1.0.md)
* 2020-03-17 [1.0.0](1.0.0.md)


Expand Down
11 changes: 11 additions & 0 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 1.1.1

_Released 2020 Oct 13_

#### Fixes

- Fixed deprecation warning for `set-env` command. [[GH-10](https://github.com/AdoptOpenJDK/install-jdk/issues/10)]


---

### 1.1.0

_Released 2020 Apr 10_
Expand Down
19 changes: 3 additions & 16 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
### 1.1.0
### 1.1.1

_Released 2020 Apr 10_

#### Improvements

- Clarified `sourceType` inference and added a parameter to explicitly set it.
- Added `buildType` source type to support different JDK build types out of the
box. [[GH-1](https://github.com/AdoptOpenJDK/install-jdk/issues/1)]
- Added `archiveBasePath` and `useArchiveBasePath` input parameters which allow
specifying the archive layout for custom JDK sources.
_Released 2020 Oct 13_

#### Fixes

- JDK for macOS download from AdoptOpenJDK aren't installed properly. [[GH-3](https://github.com/AdoptOpenJDK/install-jdk/issues/3)]
- The newly added `archiveBasePath` parameter defaults to `/Contents/Home/` on
macOS to support OpenJDK builds from Oracle, and OpenJDK and OpenJ9 builds
from AdoptOpenJDK out of the box.
- Made the toolcache aware of the JDK implementation used (`impl` input
parameter).
- Fixed deprecation warning for `set-env` command. [[GH-10](https://github.com/AdoptOpenJDK/install-jdk/issues/10)]

0 comments on commit 2f15d3f

Please sign in to comment.