Backward-incompatible changes
Note that this release includes a backward-incompatible change to handling the decision for when to write new contracts (see https://github.com/brndnmtthws/thetagang/pull/412 for details).
The default settings should be as follows:
toml
[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 https://github.com/brndnmtthws/thetagang/pull/406
* Avoid float values for qty_to_roll by brndnmtthws in https://github.com/brndnmtthws/thetagang/pull/408
* Bump the deps group with 3 updates by dependabot in https://github.com/brndnmtthws/thetagang/pull/407
* Ensure we keep the minimum credit on roll by brndnmtthws in https://github.com/brndnmtthws/thetagang/pull/409
* Bump the deps group with 2 updates by dependabot in https://github.com/brndnmtthws/thetagang/pull/411
* Refactor handling of red/green for new contracts by brndnmtthws in https://github.com/brndnmtthws/thetagang/pull/412
* Bump minor version by brndnmtthws in https://github.com/brndnmtthws/thetagang/pull/413
**Full Changelog**: https://github.com/brndnmtthws/thetagang/compare/v1.10.7...v1.11.0