File tree Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 0.1.0
6
+
7
+ ([ Full Changelog] ( https://github.com/QuantStack/jupyter-drives/compare/v0.0.1...26e504aec6122d9f4b2ab854f48f1cd102062b59 ) )
8
+
9
+ ### Enhancements made
10
+
11
+ - Refactor backend [ #50 ] ( https://github.com/QuantStack/jupyter-drives/pull/50 ) ([ @DenisaCG ] ( https://github.com/DenisaCG ) )
12
+ - Switch to async logic for region extraction [ #49 ] ( https://github.com/QuantStack/jupyter-drives/pull/49 ) ([ @DenisaCG ] ( https://github.com/DenisaCG ) )
13
+ - Use boto3 to get credentials. [ #39 ] ( https://github.com/QuantStack/jupyter-drives/pull/39 ) ([ @ellisonbg ] ( https://github.com/ellisonbg ) )
14
+
15
+ ### Bugs fixed
16
+
17
+ - Get drive location when mounting [ #48 ] ( https://github.com/QuantStack/jupyter-drives/pull/48 ) ([ @DenisaCG ] ( https://github.com/DenisaCG ) )
18
+ - Update packages [ #47 ] ( https://github.com/QuantStack/jupyter-drives/pull/47 ) ([ @DenisaCG ] ( https://github.com/DenisaCG ) )
19
+
20
+ ### Maintenance and upkeep improvements
21
+
22
+ - Update dependencies for ` v4.2.0 ` of ` JupyterLab ` [ #51 ] ( https://github.com/QuantStack/jupyter-drives/pull/51 ) ([ @DenisaCG ] ( https://github.com/DenisaCG ) )
23
+
24
+ ### Contributors to this release
25
+
26
+ ([ GitHub contributors page for this release] ( https://github.com/QuantStack/jupyter-drives/graphs/contributors?from=2024-12-06&to=2024-12-13&type=c ) )
27
+
28
+ [ @DenisaCG ] ( https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3ADenisaCG+updated%3A2024-12-06..2024-12-13&type=Issues ) | [ @ellisonbg ] ( https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3Aellisonbg+updated%3A2024-12-06..2024-12-13&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3Agithub-actions+updated%3A2024-12-06..2024-12-13&type=Issues )
29
+
30
+ <!-- <END NEW CHANGELOG ENTRY> -->
31
+
5
32
## 0.0.1
6
33
7
34
([ Full Changelog] ( https://github.com/QuantStack/jupyter-drives/compare/be448fe336f6ba194b7723500045f35106d7ec0d...53539f11b278785939a35d83f4de9df826734a2c ) )
44
71
([ GitHub contributors page for this release] ( https://github.com/QuantStack/jupyter-drives/graphs/contributors?from=2023-10-10&to=2024-12-06&type=c ) )
45
72
46
73
[ @DenisaCG ] ( https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3ADenisaCG+updated%3A2023-10-10..2024-12-06&type=Issues ) | [ @github-actions ] ( https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3Agithub-actions+updated%3A2023-10-10..2024-12-06&type=Issues ) | [ @HaudinFlorence ] ( https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3AHaudinFlorence+updated%3A2023-10-10..2024-12-06&type=Issues ) | [ @trungleduc ] ( https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3Atrungleduc+updated%3A2023-10-10..2024-12-06&type=Issues )
47
-
48
- <!-- <END NEW CHANGELOG ENTRY> -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyter-drives" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " A Jupyter extension to support drives in the backend." ,
5
5
"keywords" : [
6
6
" jupyter" ,
You can’t perform that action at this time.
0 commit comments