Skip to content

Commit

Permalink
Set version to 1.8.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Nov 23, 2023
1 parent 6c70d58 commit c320458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# 1.8.2

- Summon preconfigured arbitrary. See /~https://github.com/jqwik-team/jqwik/issues/527

- Update samples repo

- Update jqwik-spring, jqwik-micronaut, jqwik-testcontainers

# 1.8.x

- Summon preconfigured arbitrary. See /~https://github.com/jqwik-team/jqwik/issues/527

- Using @UseType for sealed interfaces and classes: /~https://github.com/jqwik-team/jqwik/issues/523
Will probably require a new module for java 17

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ext {
findbugsVersion = '3.0.2'
jspecifyVersion = '0.3.0'
moduleName = 'net.jqwik'
jqwikVersion = '1.8.2-SNAPSHOT'
jqwikVersion = '1.8.2'
isSnapshotRelease = isSnapshotRelease(jqwikVersion)
showStandardStreams = showStandardStreams()
javaTargetVersion = javaTargetVersion()
Expand Down

0 comments on commit c320458

Please sign in to comment.