Skip to content

Commit 93f704b

Browse files
committed
pytest-socket, v0.7.0
Signed-off-by: Mike Fiedler <[email protected]>
1 parent f8c904d commit 93f704b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ This document records all notable changes to
44
[pytest-socket](https://pypi.python.org/pypi/pytest-socket). This
55
project 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

925
Enhancements:
@@ -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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-socket"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "Pytest Plugin to disable socket calls during tests"
55
authors = ["Mike Fiedler <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)