Skip to content

Commit

Permalink
Update for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed Jul 1, 2024
1 parent 8d50b59 commit 83a8a55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.44.2-SNAPSHOT'
version '3.45.0'

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

**User-visible changes:**

**Implementation details:**

Added a `Tree` argument to `AnnotatedTypes.adaptParameters()`
Expand All @@ -13,6 +11,8 @@ Deprecated methods:

**Closed issues:**

#152, #5575, #6630, #6641, #6648, #6676.


Version 3.44.0 (June 3, 2024)
-----------------------------
Expand Down

0 comments on commit 83a8a55

Please sign in to comment.