Skip to content

Commit 8245bd4

Browse files
authored
v3.0.0 RC (#498)
* v3.0.0 RC * Add credit for documentation improvements for @yarikoptic
1 parent 531685d commit 8245bd4

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

Diff for: docs/changelog.rst

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
Changelog
22
---------
3-
- 3.0.0 (UNRELEASED)
4-
- Fix multiple requests being replayed per single request in aiohttp stub (@nickdirienzo)
5-
- Add support for `request_info` on mocked responses in aiohttp stub (@nickdirienzo)
6-
- ...
7-
- 2.1.x (UNRELEASED)
8-
- ....
3+
4+
For a full list of triaged issues, bugs and PRs and what release they are targetted for please see the following link.
5+
6+
`ROADMAP MILESTONES <https://github.com/kevin1024/vcrpy/milestones>`
7+
8+
All help in providing PRs to close out bug issues is appreciated. Even if that is providing a repo that fully replicates issues. We have very generous contributors that have added these to bug issues which meant another contributor picked up the bug and closed it out.
9+
10+
- 4.0.0 (UNRELEASED)
11+
- Remove Python2 support
12+
- Add Python 3.8 TravisCI support
13+
- 3.0.0
14+
- This release is a breaking change as it changes how aiohttp follows redirects and your cassettes may need to be re-recorded with this update.
15+
- Fix multiple requests being replayed per single request in aiohttp stub #495 (@nickdirienzo)
16+
- Add support for `request_info` on mocked responses in aiohttp stub #495 (@nickdirienzo)
17+
- doc: fixed variable name (a -> cass) in an example for rewind #492 (@yarikoptic)
918
- 2.1.1
1019
- Format code with black (@neozenith)
1120
- Use latest pypy3 in Travis (@hugovk)

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def run_tests(self):
3838

3939
setup(
4040
name="vcrpy",
41-
version="2.1.1",
41+
version="3.0.0",
4242
description=("Automatically mock your HTTP interactions to simplify and " "speed up testing"),
4343
long_description=long_description,
4444
author="Kevin McCarthy",

0 commit comments

Comments
 (0)