Skip to content

Commit 6198638

Browse files
committed
Publish 0.6.0
SHA256 hashes: jupyterlab-filesystem-access-0.6.0.tgz: cb293d3fcf4290700b4a2b5ef3d670949e988a187ec9ddf7aca5f0d0cdd71603 jupyterlab_filesystem_access-0.6.0-py3-none-any.whl: 66027f10ec383e8efe6bb7ed394cebd8f7e956c866f2c3e777db098f15e2c664 jupyterlab_filesystem_access-0.6.0.tar.gz: 2ef1061f2291519d5089fb3442bd7839a89cb30d64d00b928f39613acee8fc89
1 parent 32e0371 commit 6198638

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.6.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/compare/v0.5.3...32e0371f66bb5790dc3dd9c4b85f3e94c1673d0e))
8+
9+
### Enhancements made
10+
11+
- Update to JupyterLab 4 [#55](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/pull/55) ([@jtpio](https://github.com/jtpio))
12+
13+
### Bugs fixed
14+
15+
- Fix creating a new notebook [#60](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/pull/60) ([@jtpio](https://github.com/jtpio))
16+
17+
### Maintenance and upkeep improvements
18+
19+
- Add ReadTheDocs preview workflow [#59](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/pull/59) ([@jtpio](https://github.com/jtpio))
20+
- Update the ReadTheDocs setup [#53](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/pull/53) ([@jtpio](https://github.com/jtpio))
21+
- Migrate to `hatch` [#52](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/pull/52) ([@jtpio](https://github.com/jtpio))
22+
- Create `enforce-label.yml` [#51](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/pull/51) ([@jtpio](https://github.com/jtpio))
23+
24+
### Contributors to this release
25+
26+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/graphs/contributors?from=2023-01-02&to=2023-10-26&type=c))
27+
28+
[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3Afcollonval+updated%3A2023-01-02..2023-10-26&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3Ajtpio+updated%3A2023-01-02..2023-10-26&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3AmartinRenou+updated%3A2023-01-02..2023-10-26&type=Issues) | [@psychemedia](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-filesystem-access+involves%3Apsychemedia+updated%3A2023-01-02..2023-10-26&type=Issues)
29+
30+
<!-- <END NEW CHANGELOG ENTRY> -->
31+
532
## 0.5.3
633

734
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/compare/v0.5.2...3a5b154c371a3490d8c157ed224a04bc892b8d67))
@@ -20,8 +47,6 @@
2047

2148
[@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)
2249

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2550
## 0.5.2
2651

2752
([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-filesystem-access/compare/v0.5.1...aed82cae404ab142796351b2b2048f4d7dfe162d))

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.3",
3+
"version": "0.6.0",
44
"description": "Mount local files using the Filesystem API",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)