Skip to content

Spock v3.0.2

Compare
Choose a tag to compare
@mmalouane mmalouane released this 25 Jan 11:35
· 40 commits to master since this release
47bf3cf

Spock v3.0.2 Release Notes

Minor changes

  • Fixed bug in allowing inherited GenericType to be optional. Since the typing.Optional annotation is stripped off of the parents, we needed to pass on the optional metadata to override the typing check.