Skip to content

Releases: CleanCut/green

4.0.2

18 Apr 23:52
4de285b
Compare
Choose a tag to compare

This releases fixes 2 regressions introduced in v4.

What's Changed

New Contributors

Full Changelog: 4.0.1...4.0.2

4.0.1

15 Feb 16:38
9e9e5cf
Compare
Choose a tag to compare

What's Changed

  • Improve support for local testing. by @sodul in #281
  • Cleanup dead code and fix some imports. by @sodul in #283
  • Python 3.12.1 start time by @sodul in #284
  • Add more typing to the codebase and various fixes. by @sodul in #285
  • Add more typing to the codebase and minor fixes. by @sodul in #286
  • Add more typing to the codebase. by @sodul in #287
  • Py3.12.2 by @sodul in #288
  • Add pypi-publish action. by @sodul in #290
  • Set environment name for the releases by @sodul in #291

Full Changelog: 4.0.0...4.0.1

4.0.0

16 Jan 21:26
b4a8e40
Compare
Choose a tag to compare

Minimum python version is now 3.8.

There is a breaking in change in Python 3.12.1 which causes Green to break on skipped tests. The workaround is to use Python 3.12.0 or to comment out unittests that use @unittest.skipIf(...) annotation. We will release a fix for this in the next version of Green.

What's Changed

New Contributors

Full Changelog: 3.5.0...4.0.0

3.5.0

13 Jan 00:55
c3ebfb5
Compare
Choose a tag to compare

This is the final release to support Python 3.6 and 3.7.

What's Changed

  • Drop code that explicitly supported python 2. by @sodul in #269
  • Add pyproject.toml and move setup.py logic to setup.cfg. by @sodul in #268
  • Add mypy to the linting step. by @sodul in #271

Full Changelog: 3.4.3...3.5.0

3.4.3

13 Jan 00:53
Compare
Choose a tag to compare

Released on Sep 20, 2022

What's Changed

New Contributors

Full Changelog: 3.4.2...3.4.3

3.4.2

13 Jan 00:52
Compare
Choose a tag to compare

Released on May 23, 2022

Full Changelog: 3.4.1...3.4.2

3.4.1

13 Jan 00:51
Compare
Choose a tag to compare

Released on Jan 20, 2022

What's Changed

  • Crash on syntax error while loading test files by @CleanCut in #256

Full Changelog: 3.4.0...3.4.1

3.4.0

13 Jan 00:51
Compare
Choose a tag to compare

Released on Jan 12, 2022

What's Changed

  • Display test method name AND docstring at verbosity level 4 by @CleanCut in #254

Full Changelog: 3.3.0...3.4.0

3.3.0

13 Jan 00:50
Compare
Choose a tag to compare

Released on Jul 15, 2021

Full Changelog: 3.2.6...3.3.0

3.2.6

13 Jan 00:49
Compare
Choose a tag to compare

Released on Apr 27, 2021

What's Changed

Full Changelog: 3.2.5...3.2.6