Skip to content

Commit 2918010

Browse files
committed
Publish 0.2.0
SHA256 hashes: jupyter-secrets-manager-0.2.0.tgz: 61904a2d791433b45c11966da8f2542a8bea519519b100ea6f88a7428ef84f09 jupyter_secrets_manager-0.2.0-py3-none-any.whl: a3194d6c4cb51e58b4ee5842a429128ea892ba8728be94e64b2195f610c9ca09 jupyter_secrets_manager-0.2.0.tar.gz: 1c31b6e8ae2ae788e05857ca39d4d2e11d214acaf84a97938a143d26035b0a45
1 parent fcdb370 commit 2918010

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.2.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/compare/v0.1.1...fcdb370894556749ec739a619e8e105bc65e176c))
8+
9+
### Enhancements made
10+
11+
- Add the namespace argument in public functions accessing the secrets [#7](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/pull/7) ([@brichet](https://github.com/brichet))
12+
- Enhance the secrets storage [#6](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/pull/6) ([@brichet](https://github.com/brichet))
13+
14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/graphs/contributors?from=2025-03-10&to=2025-03-28&type=c))
17+
18+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-secrets-manager+involves%3Abrichet+updated%3A2025-03-10..2025-03-28&type=Issues)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->
21+
522
## 0.1.1
623

724
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/compare/05c54a51c32c733fa9a404abf4442970be7679f2...fe9fac537061286c02c0a93e7b3002140fdd74d3))
@@ -25,5 +42,3 @@
2542
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/graphs/contributors?from=2025-03-03&to=2025-03-10&type=c))
2643

2744
[@brichet](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-secrets-manager+involves%3Abrichet+updated%3A2025-03-03..2025-03-10&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-secrets-manager+involves%3Ajtpio+updated%3A2025-03-03..2025-03-10&type=Issues)
28-
29-
<!-- <END NEW CHANGELOG ENTRY> -->

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.1.1",
3+
"version": "0.2.0",
44
"description": "A JupyterLab extension to manage secrets.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)