Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
smillst committed Jan 5, 2023
1 parent 27b7772 commit 12d3bf6
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 @@ -128,7 +128,7 @@ allprojects {
// level (third number) if:
// * any new checkers have been added, or
// * backward-incompatible changes have been made to APIs or elsewhere.
version '3.28.1-SNAPSHOT'
version '3.29.0'

repositories {
mavenCentral()
Expand Down
6 changes: 3 additions & 3 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 3.28.1 (January 3, 2022)
Version 3.29.0 (January 4, 2023)
---------------------------------

**User-visible changes:**
Expand All @@ -12,10 +12,10 @@ pointer exceptions within nullness assertion methods like `Objects.requireNonNul
Pass `-Astubs=sometimes-nullable.astub` to unsoundly permit passing null to
calls if null is sometimes but not always permitted.

**Implementation details:**

**Closed issues:**

#5412, #5431, #5435, #5438, #5447, #5450, #5453, #5471, #5472, #5487.


Version 3.28.0 (December 1, 2022)
---------------------------------
Expand Down

0 comments on commit 12d3bf6

Please sign in to comment.