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

Commit 2f15d3f

Browse files
Prepare 1.1.1 release
1 parent cfbc3bd commit 2f15d3f

File tree

4 files changed

+23
-17
lines changed

4 files changed

+23
-17
lines changed

Diff for: docs/changelog/1.1.1.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### 1.1.1
2+
3+
_Released 2020 Oct 13_
4+
5+
#### Fixes
6+
7+
- Fixed deprecation warning for `set-env` command. [[GH-10](https://github.com/AdoptOpenJDK/install-jdk/issues/10)]

Diff for: docs/changelog/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
### Version History
66

7-
* 2020-04-10 [1.1.0](1.1.0.md) (latest)
7+
* 2020-10-13 [1.1.1](1.1.1.md) (latest)
8+
* 2020-04-10 [1.1.0](1.1.0.md)
89
* 2020-03-17 [1.0.0](1.0.0.md)
910

1011

Diff for: docs/changelog/full.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 1.1.1
2+
3+
_Released 2020 Oct 13_
4+
5+
#### Fixes
6+
7+
- Fixed deprecation warning for `set-env` command. [[GH-10](https://github.com/AdoptOpenJDK/install-jdk/issues/10)]
8+
9+
10+
---
11+
112
### 1.1.0
213

314
_Released 2020 Apr 10_

Diff for: docs/changelog/latest.md

+3-16
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
1-
### 1.1.0
1+
### 1.1.1
22

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

135
#### Fixes
146

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

0 commit comments

Comments
 (0)