Skip to content

Commit c94392a

Browse files
committed
Publish 0.2.0
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
1 parent ea391b5 commit c94392a

File tree

4 files changed

+37
-4
lines changed

4 files changed

+37
-4
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,37 @@
22

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

5+
## 0.2.0
6+
7+
([Full Changelog](https://github.com/trungleduc/jupyter_app_launcher/compare/v0.1.7...ea391b57ac0b2ae8865c6027fc0f1da5e277a849))
8+
9+
### Enhancements made
10+
11+
- Add command launcher [#45](https://github.com/trungleduc/jupyter_app_launcher/pull/45) ([@trungleduc](https://github.com/trungleduc))
12+
- Load multiple config files [#44](https://github.com/trungleduc/jupyter_app_launcher/pull/44) ([@trungleduc](https://github.com/trungleduc))
13+
- Update to lab 4 [#43](https://github.com/trungleduc/jupyter_app_launcher/pull/43) ([@trungleduc](https://github.com/trungleduc))
14+
15+
### Bugs fixed
16+
17+
- Fix markdown scroll bar [#46](https://github.com/trungleduc/jupyter_app_launcher/pull/46) ([@trungleduc](https://github.com/trungleduc))
18+
19+
### Maintenance and upkeep improvements
20+
21+
- Add pre-commit hook [#47](https://github.com/trungleduc/jupyter_app_launcher/pull/47) ([@trungleduc](https://github.com/trungleduc))
22+
- Update to lab 4 [#43](https://github.com/trungleduc/jupyter_app_launcher/pull/43) ([@trungleduc](https://github.com/trungleduc))
23+
24+
### Documentation improvements
25+
26+
- Add pre-commit hook [#47](https://github.com/trungleduc/jupyter_app_launcher/pull/47) ([@trungleduc](https://github.com/trungleduc))
27+
28+
### Other merged PRs
29+
30+
- Update binder env [#41](https://github.com/trungleduc/jupyter_app_launcher/pull/41) ([@trungleduc](https://github.com/trungleduc))
31+
32+
### Contributors to this release
33+
34+
([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))
35+
36+
[@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)
37+
538
<!-- <END NEW CHANGELOG ENTRY> -->

jupyter_app_launcher/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is auto-generated by Hatchling. As such, do not:
22
# - modify
33
# - track in version control e.g. be sure to add to .gitignore
4-
__version__ = VERSION = "0.1.7"
4+
__version__ = VERSION = '0.2.0'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter_app_launcher",
3-
"version": "0.1.7",
3+
"version": "0.2.0",
44
"description": "A JupyterLab extension.",
55
"keywords": [
66
"jupyter",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6393,11 +6393,11 @@ __metadata:
63936393

63946394
"typescript@patch:typescript@~5.0.2#~builtin<compat/typescript>":
63956395
version: 5.0.4
6396-
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=b5f058"
6396+
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=85af82"
63976397
bin:
63986398
tsc: bin/tsc
63996399
tsserver: bin/tsserver
6400-
checksum: d26b6ba97b6d163c55dbdffd9bbb4c211667ebebc743accfeb2c8c0154aace7afd097b51165a72a5bad2cf65a4612259344ff60f8e642362aa1695c760d303ac
6400+
checksum: bb309d320c59a26565fb3793dba550576ab861018ff3fd1b7fccabbe46ae4a35546bc45f342c0a0b6f265c801ccdf64ffd68f548f117ceb7f0eac4b805cd52a9
64016401
languageName: node
64026402
linkType: hard
64036403

0 commit comments

Comments
 (0)