File tree Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 0.6.0
6+
7+ ([ Full Changelog] ( https://github.com/jupyter-server/pytest-jupyter/compare/v0.5.3...0d41f3ff76324b2e158763ee17bb6e3e0075748d ) )
8+
9+ ### Enhancements made
10+
11+ - Use native kernel by default [ #36 ] ( https://github.com/jupyter-server/pytest-jupyter/pull/36 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12+
13+ ### Bugs fixed
14+
15+ - Fix core import in client [ #38 ] ( https://github.com/jupyter-server/pytest-jupyter/pull/38 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
16+
17+ ### Maintenance and upkeep improvements
18+
19+ - Adopt ruff and address lint [ #37 ] ( https://github.com/jupyter-server/pytest-jupyter/pull/37 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
20+ - hoist __ version__ [ #34 ] ( https://github.com/jupyter-server/pytest-jupyter/pull/34 ) ([ @bollwyvl ] ( https://github.com/bollwyvl ) )
21+
22+ ### Other merged PRs
23+
24+ ### Contributors to this release
25+
26+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-server/pytest-jupyter/graphs/contributors?from=2022-11-30&to=2022-12-07&type=c ) )
27+
28+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2022-11-30..2022-12-07&type=Issues ) | [ @bollwyvl ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Abollwyvl+updated%3A2022-11-30..2022-12-07&type=Issues ) | [ @codecov ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Acodecov+updated%3A2022-11-30..2022-12-07&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Apre-commit-ci+updated%3A2022-11-30..2022-12-07&type=Issues ) | [ @welcome ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Awelcome+updated%3A2022-11-30..2022-12-07&type=Issues )
29+
30+ <!-- <END NEW CHANGELOG ENTRY> -->
31+
532## 0.5.3
633
734([ Full Changelog] ( https://github.com/jupyter-server/pytest-jupyter/compare/v0.5.2...4118fd38a44ab56b883699a73e10a5c6e59dbf90 ) )
1643
1744[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2022-11-30..2022-11-30&type=Issues )
1845
19- <!-- <END NEW CHANGELOG ENTRY> -->
20-
2146## 0.5.2
2247
2348([ Full Changelog] ( https://github.com/jupyter-server/pytest-jupyter/compare/v0.5.1...583891706f2cb9b83557f8ac3633177cf2657f88 ) )
Original file line number Diff line number Diff line change 11# Copyright (c) Jupyter Development Team.
22# Distributed under the terms of the Modified BSD License.
33
4- __version__ = "0.6.0.dev0 "
4+ __version__ = "0.6.0"
You can’t perform that action at this time.
0 commit comments