File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ This document records all notable changes to
44[ pytest-socket] ( https://pypi.python.org/pypi/pytest-socket ) . This
55project attempts to adhere to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 0.5.1] [ ] (2020-01-23)
8+
9+ ### Fixes
10+
11+ - Plugin no longer breaks on ` doctests ` #109
12+
13+ ### Changes
14+
15+ - Dev dependency ` starlette ` updated
16+ - ` make install ` now installs dependencies if ` poetry.lock ` is missing/changed
17+ - Added a GitHub Workflow for stale issues
18+ - pre-commit auto-updated
19+
720## [ 0.5.0] [ ] (2021-12-23)
821
922### Changes
@@ -105,3 +118,4 @@ Maintenance release.
105118[ 0.4.0 ] : https://github.com/miketheman/pytest-socket/compare/0.3.5...0.4.0
106119[ 0.4.1 ] : https://github.com/miketheman/pytest-socket/compare/0.4.0...0.4.1
107120[ 0.5.0 ] : https://github.com/miketheman/pytest-socket/compare/0.4.1...0.5.0
121+ [ 0.5.1 ] : https://github.com/miketheman/pytest-socket/compare/0.5.0...0.5.1
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pytest-socket"
3- version = " 0.5.0 "
3+ version = " 0.5.1 "
44description = " Pytest Plugin to disable socket calls during tests"
55authors = [" Mike Fiedler <miketheman@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments