Skip to content

Commit 33fa534

Browse files
committed
Publish 0.4.0
SHA256 hashes: jupyter-secrets-manager-0.4.0.tgz: bf441a14695b4aa2ad218ef1eb924320723a4de742bc9ff3da94dba465ca376d jupyter_secrets_manager-0.4.0-py3-none-any.whl: 6bbfc870be8fc670a81c96a62d9ac940e79fbd8c774c98247fe625cbc056944d jupyter_secrets_manager-0.4.0.tar.gz: 518af21820d1a8bf26b2903d8765031b35694f03ee1299fefb317a20a410bac0
1 parent e9f31e6 commit 33fa534

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.4.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/compare/v0.3.0...e9f31e6f507ef868f9591696160816d4033d06f4))
8+
9+
### Enhancements made
10+
11+
- Add a setting for the fields visibility [#14](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/pull/14) ([@brichet](https://github.com/brichet))
12+
13+
### Bugs fixed
14+
15+
- Do not throw if the secrets manager is disabled [#16](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/pull/16) ([@brichet](https://github.com/brichet))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/graphs/contributors?from=2025-04-25&to=2025-05-21&type=c))
20+
21+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-secrets-manager+involves%3Abrichet+updated%3A2025-04-25..2025-05-21&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 0.3.0
626

727
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/compare/v0.2.0...96bb4980b14e8309f8524ec6c5648544287863d8))
@@ -20,8 +40,6 @@
2040

2141
[@afshin](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-secrets-manager+involves%3Aafshin+updated%3A2025-03-28..2025-04-25&type=Issues) | [@brichet](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-secrets-manager+involves%3Abrichet+updated%3A2025-03-28..2025-04-25&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-secrets-manager+involves%3Atrungleduc+updated%3A2025-03-28..2025-04-25&type=Issues)
2242

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

2745
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/compare/v0.1.1...fcdb370894556749ec739a619e8e105bc65e176c))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-secrets-manager",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A JupyterLab extension to manage secrets.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)