File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 0.9.0
6+
7+ ([ Full Changelog] ( https://github.com/jupyter-server/pytest-jupyter/compare/v0.8.0...ecbb00c30aa753b9d114c33a06042c5409c0e08e ) )
8+
9+ ### Enhancements made
10+
11+ - Update event loop handling [ #75 ] ( https://github.com/jupyter-server/pytest-jupyter/pull/75 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12+
13+ ### Other merged PRs
14+
15+ - chore: update pre-commit hooks [ #76 ] ( https://github.com/jupyter-server/pytest-jupyter/pull/76 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
16+ - chore: update pre-commit hooks [ #74 ] ( https://github.com/jupyter-server/pytest-jupyter/pull/74 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
17+ - Fix typo [ #73 ] ( https://github.com/jupyter-server/pytest-jupyter/pull/73 ) ([ @davidbrochart ] ( https://github.com/davidbrochart ) )
18+
19+ ### Contributors to this release
20+
21+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-server/pytest-jupyter/graphs/contributors?from=2023-12-05&to=2024-02-21&type=c ) )
22+
23+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2023-12-05..2024-02-21&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Adavidbrochart+updated%3A2023-12-05..2024-02-21&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Apre-commit-ci+updated%3A2023-12-05..2024-02-21&type=Issues ) | [ @welcome ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Awelcome+updated%3A2023-12-05..2024-02-21&type=Issues )
24+
25+ <!-- <END NEW CHANGELOG ENTRY> -->
26+
527## 0.8.0
628
729([ Full Changelog] ( https://github.com/jupyter-server/pytest-jupyter/compare/v0.7.0...d83a09ba47b003c5bab94bb0a8c7e7bd3cd283f1 ) )
3557
3658[@afbarbaro](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Aafbarbaro+updated%3A2023-03-30..2023-12-05&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2023-03-30..2023-12-05&type=Issues) | [@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Acodecov+updated%3A2023-03-30..2023-12-05&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Adependabot+updated%3A2023-03-30..2023-12-05&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Akevin-bates+updated%3A2023-03-30..2023-12-05&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Apre-commit-ci+updated%3A2023-03-30..2023-12-05&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Awelcome+updated%3A2023-03-30..2023-12-05&type=Issues)
3759
38- <!-- <END NEW CHANGELOG ENTRY> -->
39-
4060## 0.7.0
4161
4262## What's Changed
Original file line number Diff line number Diff line change 22# Copyright (c) Jupyter Development Team.
33# Distributed under the terms of the Modified BSD License.
44
5- __version__ = "0.9.0.dev0 "
5+ __version__ = "0.9.0"
You can’t perform that action at this time.
0 commit comments