[go: nahoru, domu]

Skip to content

Commit

Permalink
pytest-socket, v0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman committed Jan 28, 2024
1 parent f8c904d commit 93f704b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ This document records all notable changes to
[pytest-socket](https://pypi.python.org/pypi/pytest-socket). This
project attempts to adhere to [Semantic Versioning](http://semver.org/).

## [0.7.0][] (2024-01-28)

Enhancements:

- Force enable socket CLI flag #186
- Use `getaddrinfo()` instead of `gethostbyname()` #209
- Allow both Hosts via IP and Name #275

Changes:

- **Removed support for Python 3.7 and older.**
- Dependency updates
- Development updates
- Testing updates
- Emit license and readme for source distribution #233

## [0.6.0][] (2023-02-03)

Enhancements:
Expand Down Expand Up @@ -131,3 +147,4 @@ Maintenance release.
[0.5.0]: https://github.com/miketheman/pytest-socket/compare/0.4.1...0.5.0
[0.5.1]: https://github.com/miketheman/pytest-socket/compare/0.5.0...0.5.1
[0.6.0]: https://github.com/miketheman/pytest-socket/compare/0.5.1...0.6.0
[0.7.0]: https://github.com/miketheman/pytest-socket/compare/0.6.0...0.7.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-socket"
version = "0.6.0"
version = "0.7.0"
description = "Pytest Plugin to disable socket calls during tests"
authors = ["Mike Fiedler <miketheman@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 93f704b

Please sign in to comment.