Skip to content

2.14.0

Compare
Choose a tag to compare
@d-ryan-ashcraft d-ryan-ashcraft released this 09 May 14:45
· 64 commits to dev since this release

Overview

Added:

  • Support to target dev releases to a development repository (similar to Maven release vs. SNAPSHOT versions)
  • Support Python linting to capture any issues and errors

Breaking Changes

  • Linting on behave tests will break without the following import change:
- from behave import *
+ from behave import given, when, then  # pylint: disable=no-name-in-module

Major Documentation Additions

What's Changed

New Contributors

Full Changelog: habushu-2.13.1...habushu-2.14.0