Skip to content

Releases: brndnmtthws/thetagang

v1.13.0

23 Aug 13:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.4...v1.13.0

v1.12.4

07 Aug 12:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.3...v1.12.4

v1.12.3

18 Jun 10:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.2...v1.12.3

v1.12.2

13 Jun 11:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.1...v1.12.2

v1.12.1

10 Jun 15:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.0...v1.12.1

v1.12.0

28 May 18:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.2...v1.12.0

v1.11.2

17 May 14:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.1...v1.11.2

v1.11.1

10 May 19:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.11.1

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