File tree 2 files changed +18
-1
lines changed
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
4
4
[ pytest-socket] ( https://pypi.python.org/pypi/pytest-socket ) . This
5
5
project attempts to adhere to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
23
## [ 0.6.0] [ ] (2023-02-03)
8
24
9
25
Enhancements:
@@ -131,3 +147,4 @@ Maintenance release.
131
147
[ 0.5.0 ] : https://github.com/miketheman/pytest-socket/compare/0.4.1...0.5.0
132
148
[ 0.5.1 ] : https://github.com/miketheman/pytest-socket/compare/0.5.0...0.5.1
133
149
[ 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 1
1
[tool .poetry ]
2
2
name = " pytest-socket"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
description = " Pytest Plugin to disable socket calls during tests"
5
5
authors = [
" Mike Fiedler <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments