Skip to content

Commit 043521a

Browse files
committed
Publish 0.5.3
SHA256 hashes: jupyterlab-filesystem-access-0.5.3.tar.gz: f6b0fe6e6f72423e28453edfa45695114c5103d317ecfe811d63736f5027eb71 jupyterlab-filesystem-access-0.5.3.tgz: 26b90f7538b85b1eecca93134c443eda05ffc5b66a03916755c95a69564c933d jupyterlab_filesystem_access-0.5.3-py3-none-any.whl: a1655c688782a1ed31cf1ab8ce7f61141ee5ec963100939c6fd000c287e2d079
1 parent 3a5b154 commit 043521a

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.5.3
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/compare/v0.5.2...3a5b154c371a3490d8c157ed224a04bc892b8d67))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Update to the Jupyter Releaser v2 [#46](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/pull/46) ([@jtpio](https://github.com/jtpio))
12+
13+
### Other merged PRs
14+
15+
- Correctly save content even if format is base64 [#45](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/pull/45) ([@tanaga9](https://github.com/tanaga9))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/graphs/contributors?from=2022-08-02&to=2023-01-02&type=c))
20+
21+
[@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3Ajtpio+updated%3A2022-08-02..2023-01-02&type=Issues) | [@tanaga9](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3Atanaga9+updated%3A2022-08-02..2023-01-02&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 0.5.2
626

727
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/compare/v0.5.1...aed82cae404ab142796351b2b2048f4d7dfe162d))
@@ -20,8 +40,6 @@
2040

2141
[@hbcarlos](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3Ahbcarlos+updated%3A2022-06-30..2022-08-02&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3Ajtpio+updated%3A2022-06-30..2022-08-02&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3AmartinRenou+updated%3A2022-06-30..2022-08-02&type=Issues)
2242

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2543
## 0.5.1
2644

2745
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/compare/v0.5.0...5f9ffde9a55c686ac1c4df3ec70ad4edc3ba7c4f))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-filesystem-access",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Mount local files using the Filesystem API",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)