Skip to content

Commit e840df8

Browse files
committed
Publish 0.1.0a2
SHA256 hashes: jupydrive-s3-0.1.0-a2.tgz: 11ec09c57989175742446ac863adedc071a5085846cc4d2c7a4f679b89e284e8 jupydrive_s3-0.1.0a2-py3-none-any.whl: 3b4cf5d292e8f3120837d853777428297205de0444d960b11383ae09f2fa216c jupydrive_s3-0.1.0a2.tar.gz: 93ab8ef0c6b00e3ab3a4bc84a417ef2c0263c28a5acf6f75fa9d9c5a4fbb1b91
1 parent f3cf8ef commit e840df8

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.1.0a2
6+
7+
([Full Changelog](https://github.com/QuantStack/jupydrive-s3/compare/558f874...855034fae68961937a85ed29c81097c8ab51914a))
8+
9+
### Enhancements made
10+
11+
- Refactor functionalities and files [#19](https://github.com/QuantStack/jupydrive-s3/pull/19) ([@DenisaCG](https://github.com/DenisaCG))
12+
- Make an arbitrary directory root [#17](https://github.com/QuantStack/jupydrive-s3/pull/17) ([@DenisaCG](https://github.com/DenisaCG))
13+
- Extract config from `.env` file for dev mode [#15](https://github.com/QuantStack/jupydrive-s3/pull/15) ([@DenisaCG](https://github.com/DenisaCG))
14+
- Refactor contents listing [#14](https://github.com/QuantStack/jupydrive-s3/pull/14) ([@DenisaCG](https://github.com/DenisaCG))
15+
- Skip getting region if it is provided [#13](https://github.com/QuantStack/jupydrive-s3/pull/13) ([@trungleduc](https://github.com/trungleduc))
16+
17+
### Bugs fixed
18+
19+
- Improve switching drives functionality [#20](https://github.com/QuantStack/jupydrive-s3/pull/20) ([@DenisaCG](https://github.com/DenisaCG))
20+
- Change the name of this package/repo to jupydrive-s3 [#18](https://github.com/QuantStack/jupydrive-s3/pull/18) ([@afshin](https://github.com/afshin))
21+
- Refactor awaiting S3 operations [#16](https://github.com/QuantStack/jupydrive-s3/pull/16) ([@DenisaCG](https://github.com/DenisaCG))
22+
23+
### Other merged PRs
24+
25+
- v0.1.0-alpha [#12](https://github.com/QuantStack/jupydrive-s3/pull/12) ([@afshin](https://github.com/afshin))
26+
27+
### Contributors to this release
28+
29+
([GitHub contributors page for this release](https://github.com/QuantStack/jupydrive-s3/graphs/contributors?from=2024-05-21&to=2024-06-25&type=c))
30+
31+
[@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)
32+
33+
<!-- <END NEW CHANGELOG ENTRY> -->
34+
535
## 0.1.0-alpha1
636

737
([Full Changelog](https://github.com/QuantStack/jupydrive-s3/compare/558f874...855034fae68961937a85ed29c81097c8ab51914a))
@@ -29,5 +59,3 @@
2959
([GitHub contributors page for this release](https://github.com/QuantStack/jupydrive-s3/graphs/contributors?from=2024-05-21&to=2024-06-24&type=c))
3060

3161
[@afshin](https://github.com/search?q=repo%3AQuantStack%2Fjupydrive-s3+involves%3Aafshin+updated%3A2024-05-21..2024-06-24&type=Issues) | [@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupydrive-s3+involves%3ADenisaCG+updated%3A2024-05-21..2024-06-24&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3AQuantStack%2Fjupydrive-s3+involves%3Atrungleduc+updated%3A2024-05-21..2024-06-24&type=Issues)
32-
33-
<!-- <END NEW CHANGELOG ENTRY> -->

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-a1",
3+
"version": "0.1.0-a2",
44
"description": "A JupyterLab extension which enables client-side drives access.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)