Skip to content

Commit

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

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

**Added**

* New: Use `burstValues()` for test parameters of any type.

**Fixed**

* Do not attempt to parameterize constructors of `abstract` test classes.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("app.cash.burst:burst-gradle-plugin:0.6.0")
classpath("app.cash.burst:burst-gradle-plugin:0.7.0")
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx1024m -Dfile.encoding=UTF-8
org.gradle.parallel=true

VERSION_NAME=2.0.0-SNAPSHOT
VERSION_NAME=0.7.0

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

0 comments on commit 1b88e8d

Please sign in to comment.