File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44
55<!-- <START NEW CHANGELOG ENTRY> -->
66
7+ ## 0.4.4
8+
9+ ([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server_terminals/compare/v0.4.3...6791413888e45d2aeab5d9d154c98ca9dbd828d8 ) )
10+
11+ ### Maintenance and upkeep improvements
12+
13+ - Add typing file [ #74 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/74 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14+ - Add spelling and docstring enforcement [ #72 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/72 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
15+
16+ ### Contributors to this release
17+
18+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-server/jupyter_server_terminals/graphs/contributors?from=2022-12-19&to=2023-01-09&type=c ) )
19+
20+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Ablink1073+updated%3A2022-12-19..2023-01-09&type=Issues ) | [ @codecov ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Acodecov+updated%3A2022-12-19..2023-01-09&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Apre-commit-ci+updated%3A2022-12-19..2023-01-09&type=Issues )
21+
22+ <!-- <END NEW CHANGELOG ENTRY> -->
23+
724## 0.4.3
825
926([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server_terminals/compare/v0.4.2...b1f2a99b062192e809d770c517ce02988d32d121 ) )
@@ -23,8 +40,6 @@ All notable changes to this project will be documented in this file.
2340
2441[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Ablink1073+updated%3A2022-12-01..2022-12-19&type=Issues ) | [ @codecov ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Acodecov+updated%3A2022-12-01..2022-12-19&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Adependabot+updated%3A2022-12-01..2022-12-19&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Apre-commit-ci+updated%3A2022-12-01..2022-12-19&type=Issues )
2542
26- <!-- <END NEW CHANGELOG ENTRY> -->
27-
2843## 0.4.2
2944
3045([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server_terminals/compare/v0.4.1...744451298913d2c2d81698f94d16dfb595df897f ) )
Original file line number Diff line number Diff line change 11"""Version info for jupyter_server_terminals."""
2- __version__ = "0.4.3 "
2+ __version__ = "0.4.4 "
You can’t perform that action at this time.
0 commit comments