diff --git a/CHANGELOG.md b/CHANGELOG.md index a29c4a8..cbe1554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## 0.10.1 + +([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.10.0...2211d1c87b89cba467b710d40dabfc85103eb481)) + +### Bugs fixed + +- Fix passing of kwargs to websocket_connect [#81](https://github.com/jupyter-server/pytest-jupyter/pull/81) ([@blink1073](https://github.com/blink1073)) + +### Maintenance and upkeep improvements + +- Set all min deps [#80](https://github.com/jupyter-server/pytest-jupyter/pull/80) ([@blink1073](https://github.com/blink1073)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter-server/pytest-jupyter/graphs/contributors?from=2024-04-03&to=2024-04-04&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2024-04-03..2024-04-04&type=Issues) + + + ## 0.10.0 ([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.9.1...c0a675a56ba8660aa7b0859c84fa296ed441396d)) @@ -16,8 +36,6 @@ [@minrk](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Aminrk+updated%3A2024-03-12..2024-04-03&type=Issues) - - ## 0.9.1 ([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.9.0...615720a8851595b4710136b859f2e7be4fe3d81d)) diff --git a/pytest_jupyter/_version.py b/pytest_jupyter/_version.py index 03d4dec..32bf14f 100644 --- a/pytest_jupyter/_version.py +++ b/pytest_jupyter/_version.py @@ -2,4 +2,4 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. -__version__ = "0.11.0.dev0" +__version__ = "0.10.1"