Skip to content

Commit b788ed1

Browse files
committed
Publish 0.4.1
SHA256 hashes: jupyter-secrets-manager-0.4.1.tgz: f0bae4de783305ec24ed2d677917cdcab9caf15e460042fe6efe55707212fe4f jupyter_secrets_manager-0.4.1-py3-none-any.whl: 0b5bfb481be51f1da495bca957f603bbdf34086779d2959e12708cf6a461aa09 jupyter_secrets_manager-0.4.1.tar.gz: 9604d742f3b8c6b11f4337558ba7702f67994a33902d65d29147acb4ed6bc930
1 parent 8f152f8 commit b788ed1

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.4.1
6+
7+
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/compare/v0.4.0...8f152f84746016509f6da37cf909d1d0564b06c1))
8+
9+
### Enhancements made
10+
11+
- Store original Map and Symbol [#18](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/pull/18) ([@trungleduc](https://github.com/trungleduc))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/graphs/contributors?from=2025-05-21&to=2025-10-06&type=c))
16+
17+
[@trungleduc](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-secrets-manager+involves%3Atrungleduc+updated%3A2025-05-21..2025-10-06&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.4.0
622

723
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/compare/v0.3.0...e9f31e6f507ef868f9591696160816d4033d06f4))
@@ -20,8 +36,6 @@
2036

2137
[@brichet](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyter-secrets-manager+involves%3Abrichet+updated%3A2025-04-25..2025-05-21&type=Issues)
2238

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2539
## 0.3.0
2640

2741
([Full Changelog](https://github.com/jupyterlab-contrib/jupyter-secrets-manager/compare/v0.2.0...96bb4980b14e8309f8524ec6c5648544287863d8))

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

0 commit comments

Comments
 (0)