Skip to content

Commit a8574a3

Browse files
committed
Publish 0.1.0a3
SHA256 hashes: jupydrive-s3-0.1.0-a3.tgz: b26c193103daef3405c8a838082fb17bf5ea8909b4f5c3ac4bd48aceeaff8ec0 jupydrive_s3-0.1.0a3-py3-none-any.whl: 7f2eead25fdc9e3de05bc4e495729ac81de3d6f5f8e83689bab0b00247594745 jupydrive_s3-0.1.0a3.tar.gz: 8dc1e2b326b9637d63f73d41f7648a0d3734a4070568ded736feebb6f31f33e3
1 parent 98aec3d commit a8574a3

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

+24-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

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

5+
## 0.1.0a3
6+
7+
([Full Changelog](https://github.com/QuantStack/jupydrive-s3/compare/1183afc...98aec3dfa539442e8c6dd1451c0d0fd94fa2d98d))
8+
9+
### Enhancements made
10+
11+
- Add flag which toggles bucket switching UI [#23](https://github.com/QuantStack/jupydrive-s3/pull/23) ([@DenisaCG](https://github.com/DenisaCG))
12+
13+
### Bugs fixed
14+
15+
- Fix formatting root error [#21](https://github.com/QuantStack/jupydrive-s3/pull/21) ([@DenisaCG](https://github.com/DenisaCG))
16+
17+
### Documentation improvements
18+
19+
- Update README file [#22](https://github.com/QuantStack/jupydrive-s3/pull/22) ([@DenisaCG](https://github.com/DenisaCG))
20+
21+
### Contributors to this release
22+
23+
([GitHub contributors page for this release](https://github.com/QuantStack/jupydrive-s3/graphs/contributors?from=2024-07-05&to=2024-07-09&type=c))
24+
25+
[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupydrive-s3+involves%3ADenisaCG+updated%3A2024-07-05..2024-07-09&type=Issues)
26+
27+
<!-- <END NEW CHANGELOG ENTRY> -->
28+
529
## 0.1.0a2
630

731
([Full Changelog](https://github.com/QuantStack/jupydrive-s3/compare/558f874...855034fae68961937a85ed29c81097c8ab51914a))
@@ -30,8 +54,6 @@
3054

3155
[@afshin](https://github.com/search?q=repo%3AQuantStack%2Fjupydrive-s3+involves%3Aafshin+updated%3A2024-05-21..2024-06-25&type=Issues) | [@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupydrive-s3+involves%3ADenisaCG+updated%3A2024-05-21..2024-06-25&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3AQuantStack%2Fjupydrive-s3+involves%3Atrungleduc+updated%3A2024-05-21..2024-06-25&type=Issues)
3256

33-
<!-- <END NEW CHANGELOG ENTRY> -->
34-
3557
## 0.1.0-alpha1
3658

3759
([Full Changelog](https://github.com/QuantStack/jupydrive-s3/compare/558f874...855034fae68961937a85ed29c81097c8ab51914a))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupydrive-s3",
3-
"version": "0.1.0-a2",
3+
"version": "0.1.0-a3",
44
"description": "A JupyterLab extension which enables client-side drives access.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)