Skip to content

Commit de19ed6

Browse files
committed
Publish 0.1.1
SHA256 hashes: jupyter-drives-0.1.1.tgz: 087013a3b0b2086aa6387a2ece3c678464748ec1b520a7a177fc9c48ad8d6c0e jupyter_drives-0.1.1-py3-none-any.whl: f8bf13a1d0d8bbab0aaa00ab4c6486d6dfc1980ebe943bb5f534bcdf47c3fa91 jupyter_drives-0.1.1.tar.gz: fe119f226a6bdf9a5af4648559cd3c7559504fbbd3d3661232b5f4c0ba1f3d7e
1 parent f789bf7 commit de19ed6

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

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

5+
## 0.1.1
6+
7+
([Full Changelog](https://github.com/QuantStack/jupyter-drives/compare/v0.1.0...f789bf757e92268a917954e5da4ee26d32c85af5))
8+
9+
### Enhancements made
10+
11+
- Reorganize plugins structure [#63](https://github.com/QuantStack/jupyter-drives/pull/63) ([@DenisaCG](https://github.com/DenisaCG))
12+
13+
### Bugs fixed
14+
15+
- Update logic to check existence of object [#64](https://github.com/QuantStack/jupyter-drives/pull/64) ([@DenisaCG](https://github.com/DenisaCG))
16+
- Fix notebook uploading [#62](https://github.com/QuantStack/jupyter-drives/pull/62) ([@DenisaCG](https://github.com/DenisaCG))
17+
- Replace launcher plugin [#61](https://github.com/QuantStack/jupyter-drives/pull/61) ([@DenisaCG](https://github.com/DenisaCG))
18+
- Update location extraction logic [#59](https://github.com/QuantStack/jupyter-drives/pull/59) ([@DenisaCG](https://github.com/DenisaCG))
19+
- Add `boto3` dependency [#52](https://github.com/QuantStack/jupyter-drives/pull/52) ([@DenisaCG](https://github.com/DenisaCG))
20+
21+
### Contributors to this release
22+
23+
([GitHub contributors page for this release](https://github.com/QuantStack/jupyter-drives/graphs/contributors?from=2024-12-13&to=2024-12-18&type=c))
24+
25+
[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3ADenisaCG+updated%3A2024-12-13..2024-12-18&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3Agithub-actions+updated%3A2024-12-13..2024-12-18&type=Issues)
26+
27+
<!-- <END NEW CHANGELOG ENTRY> -->
28+
529
## 0.1.0
630

731
([Full Changelog](https://github.com/QuantStack/jupyter-drives/compare/v0.0.1...26e504aec6122d9f4b2ab854f48f1cd102062b59))
@@ -27,8 +51,6 @@
2751

2852
[@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)
2953

30-
<!-- <END NEW CHANGELOG ENTRY> -->
31-
3254
## 0.0.1
3355

3456
([Full Changelog](https://github.com/QuantStack/jupyter-drives/compare/be448fe336f6ba194b7723500045f35106d7ec0d...53539f11b278785939a35d83f4de9df826734a2c))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-drives",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A Jupyter extension to support drives in the backend.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)