v1.11.0
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
- Bump version by @brndnmtthws in #406
- Avoid float values for qty_to_roll by @brndnmtthws in #408
- Bump the deps group with 3 updates by @dependabot in #407
- Ensure we keep the minimum credit on roll by @brndnmtthws in #409
- Bump the deps group with 2 updates by @dependabot in #411
- Refactor handling of red/green for new contracts by @brndnmtthws in #412
- Bump minor version by @brndnmtthws in #413
Full Changelog: v1.10.7...v1.11.0