Skip to content

Releases: brndnmtthws/thetagang

v1.11.0

08 May 15:18
Compare
Choose a tag to compare

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

v1.10.7

24 Apr 17:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.6...v1.10.7

v1.10.6

18 Apr 16:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.5...v1.10.6

v1.10.5

15 Apr 13:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.4...v1.10.5

v1.10.4

21 Mar 11:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.3...v1.10.4

v1.10.3

15 Mar 19:24
c18bdb2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.2...v1.10.3

v1.10.2

26 Feb 16:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.1...v1.10.2

v1.10.1

20 Feb 17:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.10.1

v1.10.0

09 Feb 12:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.2...v1.10.0

v1.9.2

12 Jan 17:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.1...v1.9.2