Skip to content

Commit 9964838

Browse files
authored
Update changelog (#7225)
1 parent 37a7d7d commit 9964838

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
Version 3.49.6 (2025-08-??)
1+
Version 3.50.0 (2025-08-28)
22
-----------------------------
33

4-
**User-visible changes:**
5-
64
**Implementation details:**
75

8-
**Closed issues:**
6+
Moved the Annotation File Utilities code into the Checker Framework repository as a subproject.
97

108

119
Version 3.49.5 (June 30, 2025)

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.49.6'
12+
releaseVersion = '3.50.0'
1313

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

0 commit comments

Comments
 (0)