Skip to content

Commit a435a24

Browse files
committed
Publish 0.5.2
SHA256 hashes: jupyter_server_terminals-0.5.2-py3-none-any.whl: 1b80c12765da979513c42c90215481bbc39bd8ae7c0350b4f85bc3eb58d0fa80 jupyter_server_terminals-0.5.2.tar.gz: 396b5ccc0881e550bf0ee7012c6ef1b53edbde69e67cab1d56e89711b46052e8
1 parent 1d47163 commit a435a24

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
44

55
<!-- <START NEW CHANGELOG ENTRY> -->
66

7+
## 0.5.2
8+
9+
([Full Changelog](https://github.com/jupyter-server/jupyter_server_terminals/compare/v0.5.1...1d47163a9c02f75ff24943faa6a69bf8639b3517))
10+
11+
### Bugs fixed
12+
13+
- Fix usage of await [#106](https://github.com/jupyter-server/jupyter_server_terminals/pull/106) ([@blink1073](https://github.com/blink1073))
14+
- Set terminals_available to False when not enabled [#105](https://github.com/jupyter-server/jupyter_server_terminals/pull/105) ([@Wh1isper](https://github.com/Wh1isper))
15+
16+
### Maintenance and upkeep improvements
17+
18+
- chore: update pre-commit hooks [#104](https://github.com/jupyter-server/jupyter_server_terminals/pull/104) ([@pre-commit-ci](https://github.com/pre-commit-ci))
19+
20+
### Contributors to this release
21+
22+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_server_terminals/graphs/contributors?from=2023-12-26&to=2024-01-22&type=c))
23+
24+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Ablink1073+updated%3A2023-12-26..2024-01-22&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Apre-commit-ci+updated%3A2023-12-26..2024-01-22&type=Issues) | [@Wh1isper](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3AWh1isper+updated%3A2023-12-26..2024-01-22&type=Issues)
25+
26+
<!-- <END NEW CHANGELOG ENTRY> -->
27+
728
## 0.5.1
829

930
([Full Changelog](https://github.com/jupyter-server/jupyter_server_terminals/compare/v0.5.0...58ad66a5ce0bca03f6c569b32a8bef9c1bdccd2b))
@@ -18,8 +39,6 @@ All notable changes to this project will be documented in this file.
1839

1940
[@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Awelcome+updated%3A2023-12-11..2023-12-26&type=Issues) | [@zhanba](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_terminals+involves%3Azhanba+updated%3A2023-12-11..2023-12-26&type=Issues)
2041

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2342
## 0.5.0
2443

2544
([Full Changelog](https://github.com/jupyter-server/jupyter_server_terminals/compare/v0.4.4...00eb4ee20b8d5838e44de7a756823e4cf02949fa))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Version info for jupyter_server_terminals."""
2-
__version__ = "0.5.1"
2+
__version__ = "0.5.2"

0 commit comments

Comments
 (0)