Skip to content

Commit e6fd571

Browse files
committed
Release 2.9.0a1
1 parent 0080131 commit e6fd571

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Change Log
22

3+
## 2.9.0
4+
5+
* Enhancement #57, changes to allow modification of stubs and impostors on an already running Mountebank server. (Thanks [@jbackman](https://github.com/jbackman).)
6+
* Enhancement #56, improve finding of `DEFAULT_MB_EXECUTABLE`. (Thanks [@jbackman](https://github.com/jbackman).)
7+
* Fix #57, exception Stub.from_structure() for stubs with inject response.
8+
39
## 2.8.1
410

5-
Fix #52, exception building HttpResponse from structure with no mode specified. (Thanks [@jbackman](https://github.com/jbackman).)
11+
* Fix #52, exception building HttpResponse from structure with no mode specified. (Thanks [@jbackman](https://github.com/jbackman).)
612

713
## 2.8
814

9-
Add default_response attribute to Impostor.
15+
* Add default_response attribute to Impostor.
1016

1117
## 2.7
1218

@@ -18,7 +24,7 @@ Add default_response attribute to Impostor.
1824

1925
## 2.6
2026

21-
* Add support for PARCH HTTP verb. (Thanks to [@garry-jeromson](https://github.com/garry-jeromson).)
27+
* Add support for PATCH HTTP verb. (Thanks to [@garry-jeromson](https://github.com/garry-jeromson).)
2228
* Add NotPredicate.
2329

2430
## 2.5.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
setup(
5151
name="mbtest",
5252
zip_safe=False,
53-
version="2.8.1",
53+
version="2.9.0a1",
5454
description="Python wrapper & utils for the Mountebank over the wire test double tool.",
5555
long_description=long_description,
5656
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)