Skip to content

Commit

Permalink
Publish 0.1.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyterlite-terminal-0.1.0.tgz: 56a8b950a3de6244423932c9af4ca3169ab82798e08771d1f7a6075c92687f6f

jupyterlite_terminal-0.1.0-py3-none-any.whl: f78152b62ba6561c440de910827fd796d796dab5d8671d2c05872bec6b30412f

jupyterlite_terminal-0.1.0.tar.gz: c9fef2ce25a9b7772c347865a4575e4069de3057ae4f268f412603468da8333f
  • Loading branch information
jtpio committed May 29, 2024
1 parent b3ae8d8 commit 28895f7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,24 @@

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

## 0.1.0

([Full Changelog](https://github.com/jupyterlite/terminal/compare/1076c3fb09302a306d7084f72d2fb58ead8adc84...b3ae8d8409eaa8d883ad52eb829016951001790b))

### Enhancements made

- Add missing dependencies and handling of terminal clients [#2](https://github.com/jupyterlite/terminal/pull/2) ([@jtpio](https://github.com/jtpio))
- Skip the browser check for now [#1](https://github.com/jupyterlite/terminal/pull/1) ([@jtpio](https://github.com/jtpio))

### Maintenance and upkeep improvements

- Reset version for initial release [#8](https://github.com/jupyterlite/terminal/pull/8) ([@jtpio](https://github.com/jtpio))
- Rename package to `@jupyterlite/terminal` [#7](https://github.com/jupyterlite/terminal/pull/7) ([@jtpio](https://github.com/jtpio))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlite/terminal/graphs/contributors?from=2024-05-16&to=2024-05-29&type=c))

[@jtpio](https://github.com/search?q=repo%3Ajupyterlite%2Fterminal+involves%3Ajtpio+updated%3A2024-05-16..2024-05-29&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlite/terminal",
"version": "0.0.1",
"version": "0.1.0",
"description": "A terminal for JupyterLite",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 28895f7

Please sign in to comment.