Skip to content

Commit 0fe34ee

Browse files
committed
Publish 0.1.3
SHA256 hashes: jupyter-drives-0.1.3.tgz: 095bb362f44e3c9a187c147338e5d4002e12292f2851da957df7bb30f92d8ee1 jupyter_drives-0.1.3-py3-none-any.whl: 9d2e44c585ff252bb3a915b76673ac1b00e8e372796a29ab7f8732f99f8b8d41 jupyter_drives-0.1.3.tar.gz: 7af40707003bd62d005edd2568e76de3b1ef52bd78d767495a026e8953f9f5ef
1 parent 46817de commit 0fe34ee

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.1.3
6+
7+
([Full Changelog](https://github.com/QuantStack/jupyter-drives/compare/v0.1.2...46817de58321fb8f2868abf8b7a69e62a0fadf21))
8+
9+
### Enhancements made
10+
11+
- Add drive handling operations [#67](https://github.com/QuantStack/jupyter-drives/pull/67) ([@DenisaCG](https://github.com/DenisaCG))
12+
- Remove drives list provider plugin [#66](https://github.com/QuantStack/jupyter-drives/pull/66) ([@DenisaCG](https://github.com/DenisaCG))
13+
14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/QuantStack/jupyter-drives/graphs/contributors?from=2025-01-06&to=2025-01-14&type=c))
17+
18+
[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3ADenisaCG+updated%3A2025-01-06..2025-01-14&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3Agithub-actions+updated%3A2025-01-06..2025-01-14&type=Issues)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->
21+
522
## 0.1.2
623

724
([Full Changelog](https://github.com/QuantStack/jupyter-drives/compare/v0.1.1...cf120affc369836154c4dd277493086c01dbe7f0))
@@ -16,8 +33,6 @@
1633

1734
[@gogakoreli](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3Agogakoreli+updated%3A2024-12-18..2025-01-06&type=Issues)
1835

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2136
## 0.1.1
2237

2338
([Full Changelog](https://github.com/QuantStack/jupyter-drives/compare/v0.1.0...f789bf757e92268a917954e5da4ee26d32c85af5))

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.2",
3+
"version": "0.1.3",
44
"description": "A Jupyter extension to support drives in the backend.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)