Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed May 1, 2024
1 parent 37492ba commit 917b484
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ allprojects { currentProj ->
// * any new checkers have been added, or
// * backward-incompatible changes have been made to APIs or elsewhere.
// To make a snapshot release: ./gradlew publish
version '3.43.0-SNAPSHOT'
version '3.43.0'

This comment has been minimized.

Copy link
@msridhar

msridhar May 2, 2024

Contributor

@smillst I think we need another commit on master bumping this version to 3.43.1-SNAPSHOT?


tasks.withType(JavaCompile).configureEach {
options.fork = true
Expand Down
15 changes: 10 additions & 5 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Version 3.43.0 (?? ??, 2024)
Version 3.43.0 (May 1, 2024)
----------------------------

**User-visible changes:**

Method, constructor, lambda, and method reference type inference has been
greatly improved. The `-AconservativeUninferredTypeArguments` option is
no longer necessary and has been removed.

Renamed command-line arguments:
* `-AskipDirs` has been renamed to `-AskipFiles`.
`-AskipDirs` will continue to work for the time being.

New command-line arguments:
* `-AonlyFiles` complements `-AskipFiles`

Method, constructor, lambda, and method reference type inference has been
greatly improved. The `-AconservativeUninferredTypeArguments` option is
no longer necessary and has been removed.

A specialized inference algorithm for the Resource Leak Checker runs
automatically as part of whole-program inference.

Expand All @@ -35,6 +35,11 @@ Renamed `BaseTypeVisitor.checkForPolymorphicQualifiers()` to

**Closed issues:**

#979, #4559, #4593, #5058, #5734, #5781, #6071, #6093, #6239, #6297, #6317,
#6322, #6346, #6373, #6376, #6378, #6379, #6380, #6389, #6393, #6396, #6402,
#6406, #6407, #6417, #6421, #6430, #6433, #6438, #6442, #6473, #6480, #6507,
#6531, #6535.


Version 3.42.0 (December 15, 2023)
----------------------------------
Expand Down

0 comments on commit 917b484

Please sign in to comment.