@@ -4,6 +4,40 @@ All notable changes to this project will be documented in this file.
44
55<!-- <START NEW CHANGELOG ENTRY> -->
66
7+ ## 0.3.1
8+
9+ ([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server_terminals/compare/v0.3.0...6d8b60bc758adc8656ff530a600fb7f57a34259e ) )
10+
11+ ### Enhancements made
12+
13+ - Allow to pass string as a shell override [ #42 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/42 ) ([ @krassowski ] ( https://github.com/krassowski ) )
14+
15+ ### Maintenance and upkeep improvements
16+
17+ - [ pre-commit.ci] pre-commit autoupdate [ #41 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/41 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
18+ - [ pre-commit.ci] pre-commit autoupdate [ #40 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/40 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
19+ - [ pre-commit.ci] pre-commit autoupdate [ #39 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/39 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
20+ - Fix flake8 v5 compat [ #38 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/38 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
21+ - [ pre-commit.ci] pre-commit autoupdate [ #37 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/37 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
22+ - [ pre-commit.ci] pre-commit autoupdate [ #36 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/36 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
23+ - [ pre-commit.ci] pre-commit autoupdate [ #35 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/35 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
24+ - [ pre-commit.ci] pre-commit autoupdate [ #34 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/34 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
25+ - Suppress tornado 6.2 beta warnings [ #33 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/33 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
26+ - [ pre-commit.ci] pre-commit autoupdate [ #32 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/32 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
27+ - [ pre-commit.ci] pre-commit autoupdate [ #31 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/31 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
28+ - [ pre-commit.ci] pre-commit autoupdate [ #30 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/30 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
29+ - Use hatch backend [ #29 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/29 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
30+ - [ pre-commit.ci] pre-commit autoupdate [ #28 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/28 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
31+ - [ pre-commit.ci] pre-commit autoupdate [ #27 ] ( https://github.com/jupyter-server/jupyter_server_terminals/pull/27 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
32+
33+ ### Contributors to this release
34+
35+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-server/jupyter_server_terminals/graphs/contributors?from=2022-05-03&to=2022-09-08&type=c ) )
36+
37+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Ablink1073+updated%3A2022-05-03..2022-09-08&type=Issues ) | [ @codecov-commenter ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Acodecov-commenter+updated%3A2022-05-03..2022-09-08&type=Issues ) | [ @krassowski ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Akrassowski+updated%3A2022-05-03..2022-09-08&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Apre-commit-ci+updated%3A2022-05-03..2022-09-08&type=Issues ) | [ @welcome ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Awelcome+updated%3A2022-05-03..2022-09-08&type=Issues )
38+
39+ <!-- <END NEW CHANGELOG ENTRY> -->
40+
741## 0.3.0
842
943([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server_terminals/compare/v0.2.1...3e59b7ca4ebdbf3e1535b4be3a973f2f419ae49f ) )
@@ -26,8 +60,6 @@ All notable changes to this project will be documented in this file.
2660
2761[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Ablink1073+updated%3A2022-04-03..2022-05-03&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Apre-commit-ci+updated%3A2022-04-03..2022-05-03&type=Issues )
2862
29- <!-- <END NEW CHANGELOG ENTRY> -->
30-
3163## 0.2.1
3264
3365([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server_terminals/compare/v0.2.0...e33b367c81cfb42bf4b903a75f8cd2ae7f400f64 ) )
0 commit comments