Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed Jun 3, 2024
1 parent cac43aa commit a4a4232
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.1-SNAPSHOT'
version '3.44.0'

tasks.withType(JavaCompile).configureEach {
options.fork = true
Expand Down
7 changes: 5 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Version 3.44.0 (June 3, 2024)
-----------------------------

**User-visible changes:**

**Implementation details:**

Removed methods:
Expand All @@ -28,6 +26,11 @@ Subclasses should override `BaseTypeVisitor#processMethodTree(MethodTree)`.

**Closed issues:**

#802, #2676, #2780, #2926, #3378, #3612, #3764, #4007, #4964, #5070, #5176,
#5237, #5541, #6046, #6382, #6388, #6566, #6568, #6570, #6576, #6577, #6631,
#6635, #6636, #6644.


Version 3.43.0 (May 1, 2024)
----------------------------

Expand Down

0 comments on commit a4a4232

Please sign in to comment.