Skip to content

Commit ef8a39f

Browse files
committed
Publish 0.1.5
SHA256 hashes: jupyterlite-terminal-0.1.5.tgz: 034a15ee69219bf350139be4e8bef85e98df820cdb441ae18399f30e6b672781 jupyterlite_terminal-0.1.5-py3-none-any.whl: 07d5db0e46ac68beec2e0767e323d8edf49d9b999ab894337923c166ddbff566 jupyterlite_terminal-0.1.5.tar.gz: b8022705175faf986b9d1f72a2e9c4622f7c60099ca90aa8f4587d1d8ef6dd86
1 parent 02b85a5 commit ef8a39f

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.1.5
6+
7+
([Full Changelog](https://github.com/jupyterlite/terminal/compare/v0.1.4...02b85a5ca55ecdbe855deffafd4e3188f9f7395b))
8+
9+
### Enhancements made
10+
11+
- Implement terminal shutdown [#41](https://github.com/jupyterlite/terminal/pull/41) ([@ianthomas23](https://github.com/ianthomas23))
12+
- Rename Terminals to TerminalManager [#40](https://github.com/jupyterlite/terminal/pull/40) ([@ianthomas23](https://github.com/ianthomas23))
13+
- Update to jupyterlite 0.5.0 and jupyterlab 4.3.4 [#39](https://github.com/jupyterlite/terminal/pull/39) ([@ianthomas23](https://github.com/ianthomas23))
14+
15+
### Maintenance and upkeep improvements
16+
17+
- Update to cockle 0.0.15 [#45](https://github.com/jupyterlite/terminal/pull/45) ([@ianthomas23](https://github.com/ianthomas23))
18+
- Update to cockle 0.0.13 [#38](https://github.com/jupyterlite/terminal/pull/38) ([@ianthomas23](https://github.com/ianthomas23))
19+
20+
### Contributors to this release
21+
22+
([GitHub contributors page for this release](https://github.com/jupyterlite/terminal/graphs/contributors?from=2024-12-13&to=2025-02-05&type=c))
23+
24+
[@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Aianthomas23+updated%3A2024-12-13..2025-02-05&type=Issues) | [@vercel](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Avercel+updated%3A2024-12-13..2025-02-05&type=Issues)
25+
26+
<!-- <END NEW CHANGELOG ENTRY> -->
27+
528
## 0.1.4
629

730
([Full Changelog](https://github.com/jupyterlite/terminal/compare/v0.1.3...b314c09e9c24ef9c1ea881022724edfe27a66bf4))
@@ -18,8 +41,6 @@
1841

1942
[@ianthomas23](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Aianthomas23+updated%3A2024-10-29..2024-12-13&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Ajtpio+updated%3A2024-10-29..2024-12-13&type=Issues) | [@vercel](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Avercel+updated%3A2024-10-29..2024-12-13&type=Issues)
2043

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2344
## 0.1.3
2445

2546
([Full Changelog](https://github.com/jupyterlite/terminal/compare/v0.1.2...8f8a93f74b9dfd29775badf53e9dbd67406e2213))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlite/terminal",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "A terminal for JupyterLite",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)