Skip to content

Commit

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

jupyter_app_launcher-0.2.0-py3-none-any.whl: 5c90893a2caf1be43014c9d757e8c9563753f27de83ed17b1f7c2652a616a9f1

jupyter_app_launcher-0.2.0.tar.gz: 1d90ab24980aaa52844c27c9b8b140a8f93ed2a4fb7696bc5bdce181ed130dfc

jupyter_app_launcher-0.2.0.tgz: 9505fcbb634261b75cef6f771d1a2e328bbf467d065e723cbf11c7ee091a586b
  • Loading branch information
trungleduc committed Nov 25, 2023
1 parent ea391b5 commit c94392a
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 4 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,4 +2,37 @@

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

## 0.2.0

([Full Changelog](https://github.com/trungleduc/jupyter_app_launcher/compare/v0.1.7...ea391b57ac0b2ae8865c6027fc0f1da5e277a849))

### Enhancements made

- Add command launcher [#45](https://github.com/trungleduc/jupyter_app_launcher/pull/45) ([@trungleduc](https://github.com/trungleduc))
- Load multiple config files [#44](https://github.com/trungleduc/jupyter_app_launcher/pull/44) ([@trungleduc](https://github.com/trungleduc))
- Update to lab 4 [#43](https://github.com/trungleduc/jupyter_app_launcher/pull/43) ([@trungleduc](https://github.com/trungleduc))

### Bugs fixed

- Fix markdown scroll bar [#46](https://github.com/trungleduc/jupyter_app_launcher/pull/46) ([@trungleduc](https://github.com/trungleduc))

### Maintenance and upkeep improvements

- Add pre-commit hook [#47](https://github.com/trungleduc/jupyter_app_launcher/pull/47) ([@trungleduc](https://github.com/trungleduc))
- Update to lab 4 [#43](https://github.com/trungleduc/jupyter_app_launcher/pull/43) ([@trungleduc](https://github.com/trungleduc))

### Documentation improvements

- Add pre-commit hook [#47](https://github.com/trungleduc/jupyter_app_launcher/pull/47) ([@trungleduc](https://github.com/trungleduc))

### Other merged PRs

- Update binder env [#41](https://github.com/trungleduc/jupyter_app_launcher/pull/41) ([@trungleduc](https://github.com/trungleduc))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/trungleduc/jupyter_app_launcher/graphs/contributors?from=2023-08-23&to=2023-11-25&type=c))

[@github-actions](https://github.com/search?q=repo%3Atrungleduc%2Fjupyter_app_launcher+involves%3Agithub-actions+updated%3A2023-08-23..2023-11-25&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Atrungleduc%2Fjupyter_app_launcher+involves%3Atrungleduc+updated%3A2023-08-23..2023-11-25&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->
2 changes: 1 addition & 1 deletion jupyter_app_launcher/_version.py
@@ -1,4 +1,4 @@
# This file is auto-generated by Hatchling. As such, do not:
# - modify
# - track in version control e.g. be sure to add to .gitignore
__version__ = VERSION = "0.1.7"
__version__ = VERSION = '0.2.0'
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jupyter_app_launcher",
"version": "0.1.7",
"version": "0.2.0",
"description": "A JupyterLab extension.",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -6393,11 +6393,11 @@ __metadata:

"typescript@patch:typescript@~5.0.2#~builtin<compat/typescript>":
version: 5.0.4
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=b5f058"
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=85af82"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: d26b6ba97b6d163c55dbdffd9bbb4c211667ebebc743accfeb2c8c0154aace7afd097b51165a72a5bad2cf65a4612259344ff60f8e642362aa1695c760d303ac
checksum: bb309d320c59a26565fb3793dba550576ab861018ff3fd1b7fccabbe46ae4a35546bc45f342c0a0b6f265c801ccdf64ffd68f548f117ceb7f0eac4b805cd52a9
languageName: node
linkType: hard

Expand Down

0 comments on commit c94392a

Please sign in to comment.