Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
- regex in response_strings
  • Loading branch information
cdent committed Mar 16, 2024
1 parent f3b9473 commit 5d5fb4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ These are informal release notes for gabbi since version 1.0.0,
highlighting major features and changes. For more detail see
the `commit logs`_ on GitHub.

3.0.0
-----

* Add support for regular expressions in ``response_strings`` values.

This is being done as a major release because it has a chance of breaking
existing tests that use response_strings values that look like regular
expressions but are not.

2.11.0
-----

Expand Down
2 changes: 1 addition & 1 deletion gabbi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# under the License.
"""See gabbi.driver and gabbbi.case."""

__version__ = '2.11.0'
__version__ = '3.0.0'

0 comments on commit 5d5fb4a

Please sign in to comment.