Skip to content

Commit a1fe8ec

Browse files
committed
Update for release.
1 parent 3d7a9fa commit a1fe8ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<!-- markdownlint-disable no-missing-space-atx -->
22

3-
Version 3.52.0 (2025-11-01)
3+
Version 3.52.0 (2025-11-04)
44
---------------------------
55

6-
**User-visible changes:**
7-
86
**Implementation details:**
97

108
In `CFAbstractAnalysis`, renamed `defaultCreateAbstractValue` to `getCfValue`
@@ -15,6 +13,8 @@ In `GenericAnnotatedTypeFactory`:
1513

1614
**Closed issues:**
1715

16+
#6629, #7341, #7346.
17+
1818

1919
Version 3.51.1 (2025-10-01)
2020
---------------------------

release.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext {
99
// * any new checkers have been added, or
1010
// * backward-incompatible changes have been made to APIs or elsewhere.
1111
// To make a snapshot release, version should end in "-SNAPSHOT", then: ./gradlew publish
12-
releaseVersion = "3.51.2-SNAPSHOT"
12+
releaseVersion = "3.52.0"
1313

1414
releaseVersionRegex = "\\d\\.\\d+\\.\\d+(?:\\.\\d)?"
1515

0 commit comments

Comments
 (0)