Skip to content

Commit

Permalink
pytest-socket, v0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <[email protected]>
  • Loading branch information
miketheman committed Feb 3, 2023
1 parent 268a5d0 commit 0f0f522
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ 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.5.1][] (2020-01-23)
## [0.6.0][] (2023-02-03)

Enhancements:

- Support hostname in `--allow-hosts` #189

Changes:

- Dependency updates
- Development updates

## [0.5.1][] (2022-01-23)

### Fixes

Expand Down Expand Up @@ -119,3 +130,4 @@ Maintenance release.
[0.4.1]: https://github.com/miketheman/pytest-socket/compare/0.4.0...0.4.1
[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
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.5.1"
version = "0.6.0"
description = "Pytest Plugin to disable socket calls during tests"
authors = ["Mike Fiedler <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0f0f522

Please sign in to comment.