Skip to content

Commit 89cfa31

Browse files
committed
pytest-socket, v0.5.1
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
1 parent adcbffa commit 89cfa31

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.5.1][] (2020-01-23)
8+
9+
### Fixes
10+
11+
- Plugin no longer breaks on `doctests` #109
12+
13+
### Changes
14+
15+
- Dev dependency `starlette` updated
16+
- `make install` now installs dependencies if `poetry.lock` is missing/changed
17+
- Added a GitHub Workflow for stale issues
18+
- pre-commit auto-updated
19+
720
## [0.5.0][] (2021-12-23)
821

922
### Changes
@@ -105,3 +118,4 @@ Maintenance release.
105118
[0.4.0]: https://github.com/miketheman/pytest-socket/compare/0.3.5...0.4.0
106119
[0.4.1]: https://github.com/miketheman/pytest-socket/compare/0.4.0...0.4.1
107120
[0.5.0]: https://github.com/miketheman/pytest-socket/compare/0.4.1...0.5.0
121+
[0.5.1]: https://github.com/miketheman/pytest-socket/compare/0.5.0...0.5.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-socket"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Pytest Plugin to disable socket calls during tests"
55
authors = ["Mike Fiedler <miketheman@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)