Skip to content

Commit a27509d

Browse files
committed
Update README
1 parent 3326a47 commit a27509d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For the Java 11 compiler:
6161
<dependency>
6262
<groupId>com.kohlschutter.jdk.compiler</groupId>
6363
<artifactId>standalone-jdk11</artifactId>
64-
<version>1.1.0</version>
64+
<version>1.1.1</version>
6565
</dependency>
6666
```
6767

@@ -71,7 +71,7 @@ For the Java 21 compiler (which runs on Java 11 or newer, even with JRE-only):
7171
<dependency>
7272
<groupId>com.kohlschutter.jdk.compiler</groupId>
7373
<artifactId>standalone-jdk11</artifactId>
74-
<version>1.1.0</version>
74+
<version>1.1.1</version>
7575
</dependency>
7676
```
7777

@@ -195,6 +195,10 @@ If you have an idea, please reach out!
195195

196196
### Changelog
197197

198+
#### _(2023-10-14)_ jdk.compiler.standalone 1.1.1
199+
200+
- Open all exported packages
201+
198202
#### _(2023-10-13)_ jdk.compiler.standalone 1.1.0
199203

200204
- Add the compiler from JDK21, and backport it to Java 11 (!).

0 commit comments

Comments
 (0)