Skip to content

Commit

Permalink
Prepare version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Oct 30, 2024
1 parent af25a66 commit 5e9b559
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
## [Unreleased]
[Unreleased]: https://github.com/cashapp/burst/compare/0.6.0...HEAD

## [2.0.0] *(2024-10-30)*
[2.0.0]: https://github.com/cashapp/burst/releases/tag/2.0.0

**Added**

* Add support for booleans, and nullable booleans.
* Add support for nullable enums.

**Fixed**

* Don't crash if burstValues() has only one argument


## [0.7.0] *(2024-10-28)*
[0.7.0]: https://github.com/cashapp/burst/releases/tag/0.7.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("app.cash.burst:burst-gradle-plugin:0.7.0")
classpath("app.cash.burst:burst-gradle-plugin:2.0.0")
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ org.gradle.jvmargs=-Xmx1024m -Dfile.encoding=UTF-8
org.gradle.parallel=true

# HEY! If you change the major version here be sure to update release.yaml doc target folder!
VERSION_NAME=2.0.0-SNAPSHOT
VERSION_NAME=2.0.0

systemProp.org.gradle.internal.http.socketTimeout=120000

0 comments on commit 5e9b559

Please sign in to comment.