Skip to content

Commit

Permalink
Prepare for jdk-11 based desugared library version 2.1.1
Browse files Browse the repository at this point in the history
This version includes a fix for an issue with incorrect standalone month name.

PiperOrigin-RevId: 667895313
  • Loading branch information
sgjesse authored and Javac Team committed Aug 27, 2024
1 parent d0e9427 commit 889f6a3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

Version 2.1.1 *(2024-08-26)*
----------------------------

* Fixed issue with incorrect standalone month name.
See [issue 355577226](https://issuetracker.google.com/355577226)

Version 2.1.0 *(2024-07-31)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion DEPENDENCIES_JDK11.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Dependencies to add when releasing as JDK 11 based Maven artifact.
com.android.tools:desugar_jdk_libs_configuration:2.1.0
com.android.tools:desugar_jdk_libs_configuration:2.1.1
2 changes: 1 addition & 1 deletion DEPENDENCIES_JDK11_MINIMAL.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Dependencies to add when releasing as JDK 11 based Maven artifact.
com.android.tools:desugar_jdk_libs_configuration_minimal:2.1.0
com.android.tools:desugar_jdk_libs_configuration_minimal:2.1.1
2 changes: 1 addition & 1 deletion DEPENDENCIES_JDK11_NIO.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Dependencies to add when releasing as JDK 11 based Maven artifact.
com.android.tools:desugar_jdk_libs_configuration_nio:2.1.0
com.android.tools:desugar_jdk_libs_configuration_nio:2.1.1
2 changes: 1 addition & 1 deletion VERSION_JDK11.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version for releasing JDK 11 based Maven artifact.
2.1.0
2.1.1
2 changes: 1 addition & 1 deletion VERSION_JDK11_MINIMAL.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version for releasing JDK 11 based Maven artifact.
2.1.0
2.1.1
2 changes: 1 addition & 1 deletion VERSION_JDK11_NIO.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version for releasing JDK 11 based Maven artifact.
2.1.0
2.1.1

0 comments on commit 889f6a3

Please sign in to comment.