File tree Expand file tree Collapse file tree 4 files changed +37
-4
lines changed Expand file tree Collapse file tree 4 files changed +37
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
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
+
5
38
<!-- <END NEW CHANGELOG ENTRY> -->
Original file line number Diff line number Diff line change 1
1
# This file is auto-generated by Hatchling. As such, do not:
2
2
# - modify
3
3
# - track in version control e.g. be sure to add to .gitignore
4
- __version__ = VERSION = "0.1.7"
4
+ __version__ = VERSION = '0.2.0'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyter_app_launcher" ,
3
- "version" : " 0.1.7 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " A JupyterLab extension." ,
5
5
"keywords" : [
6
6
" jupyter" ,
Original file line number Diff line number Diff line change @@ -6393,11 +6393,11 @@ __metadata:
6393
6393
6394
6394
" typescript@patch:typescript@~5.0.2#~builtin<compat/typescript> " :
6395
6395
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 "
6397
6397
bin :
6398
6398
tsc : bin/tsc
6399
6399
tsserver : bin/tsserver
6400
- checksum : d26b6ba97b6d163c55dbdffd9bbb4c211667ebebc743accfeb2c8c0154aace7afd097b51165a72a5bad2cf65a4612259344ff60f8e642362aa1695c760d303ac
6400
+ checksum : bb309d320c59a26565fb3793dba550576ab861018ff3fd1b7fccabbe46ae4a35546bc45f342c0a0b6f265c801ccdf64ffd68f548f117ceb7f0eac4b805cd52a9
6401
6401
languageName : node
6402
6402
linkType : hard
6403
6403
You can’t perform that action at this time.
0 commit comments