File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ 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.7.0] [ ] (2024-01-28)
8+
9+ Enhancements:
10+
11+ - Force enable socket CLI flag #186
12+ - Use ` getaddrinfo() ` instead of ` gethostbyname() ` #209
13+ - Allow both Hosts via IP and Name #275
14+
15+ Changes:
16+
17+ - ** Removed support for Python 3.7 and older.**
18+ - Dependency updates
19+ - Development updates
20+ - Testing updates
21+ - Emit license and readme for source distribution #233
22+
723## [ 0.6.0] [ ] (2023-02-03)
824
925Enhancements:
@@ -131,3 +147,4 @@ Maintenance release.
131147[ 0.5.0 ] : https://github.com/miketheman/pytest-socket/compare/0.4.1...0.5.0
132148[ 0.5.1 ] : https://github.com/miketheman/pytest-socket/compare/0.5.0...0.5.1
133149[ 0.6.0 ] : https://github.com/miketheman/pytest-socket/compare/0.5.1...0.6.0
150+ [ 0.7.0 ] : https://github.com/miketheman/pytest-socket/compare/0.6.0...0.7.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pytest-socket"
3- version = " 0.6 .0"
3+ version = " 0.7 .0"
44description = " Pytest Plugin to disable socket calls during tests"
55authors = [
" Mike Fiedler <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments