We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a7d7d commit 9964838Copy full SHA for 9964838
docs/CHANGELOG.md
@@ -1,11 +1,9 @@
1
-Version 3.49.6 (2025-08-??)
+Version 3.50.0 (2025-08-28)
2
-----------------------------
3
4
-**User-visible changes:**
5
-
6
**Implementation details:**
7
8
-**Closed issues:**
+Moved the Annotation File Utilities code into the Checker Framework repository as a subproject.
9
10
11
Version 3.49.5 (June 30, 2025)
release.gradle
@@ -9,7 +9,7 @@ ext {
// * any new checkers have been added, or
// * backward-incompatible changes have been made to APIs or elsewhere.
// To make a snapshot release, version should end in "-SNAPSHOT", then: ./gradlew publish
12
- releaseVersion = '3.49.6'
+ releaseVersion = '3.50.0'
13
14
releaseVersionRegex = "\\d\\.\\d+\\.\\d+(?:\\.\\d)?"
15
0 commit comments