Skip to content

v1.11.0

Compare
Choose a tag to compare
@brndnmtthws brndnmtthws released this 08 May 15:18
· 63 commits to main since this release

Backward-incompatible changes

Note that this release includes a backward-incompatible change to handling the decision for when to write new contracts (see #412 for details).

The default settings should be as follows:

[write_when.calls]
# Optionally, only write calls when the underlying is green
green = true
red   = false

[write_when.puts]
# Optionally, only write puts when the underlying is red
green = false
red   = true

It's recommended that you check your configuration for write_when.*.(green|red) when upgrading.

What's Changed

Full Changelog: v1.10.7...v1.11.0