Skip to content

Commit 0749ddf

Browse files
committed
Publish 0.3.0
SHA256 hashes: jupyter-secrets-manager-0.3.0.tgz: 4df9c3c5456bd6edeec337b2c833d0a601dce8459717dea002dee9ebbd582481 jupyter_secrets_manager-0.3.0-py3-none-any.whl: 50961aca5e0484e13c9080f358ea8ad0a49939874aa21e640f8dc609aed96b22 jupyter_secrets_manager-0.3.0.tar.gz: 40e6f6c234e6f0b8b9d926452c9798c6d05971b0d7aec9526b7441f5ee1fa027
1 parent 96bb498 commit 0749ddf

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.3.0
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/compare/v0.2.0...96bb4980b14e8309f8524ec6c5648544287863d8))
8+
9+
### Enhancements made
10+
11+
- Isolate secrets from others extensions [#13](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/pull/13) ([@brichet](https://github.com/brichet))
12+
13+
### Documentation improvements
14+
15+
- Add a basic description in README [#9](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/pull/9) ([@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-03-28&to=2025-04-25&type=c))
20+
21+
[@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)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 0.2.0
626

727
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/compare/v0.1.1...fcdb370894556749ec739a619e8e105bc65e176c))
@@ -17,8 +37,6 @@
1737

1838
[@brichet](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-secrets-manager+involves%3Abrichet+updated%3A2025-03-10..2025-03-28&type=Issues)
1939

20-
<!-- <END NEW CHANGELOG ENTRY> -->
21-
2240
## 0.1.1
2341

2442
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/compare/05c54a51c32c733fa9a404abf4442970be7679f2...fe9fac537061286c02c0a93e7b3002140fdd74d3))

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

0 commit comments

Comments
 (0)