Skip to content

Commit 2da977f

Browse files
author
seekrit-bot
committed
sync: mileszim/seekrit@c24fccb5f50e2bc024f69a7bde96bd37949b4fc5
1 parent d3cc278 commit 2da977f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/mileszim/seekrit/compare/sdk-python-v0.3.0...sdk-python-v0.4.0) (2026-08-20)
4+
5+
6+
### Features
7+
8+
* **sdks/python:** load an environment into a notebook in one call ([#246](https://github.com/mileszim/seekrit/issues/246)) ([6f0c5ce](https://github.com/mileszim/seekrit/commit/6f0c5ce0a79dfb3e9a856c1ae564132967c62d0b))
9+
310
## [0.3.0](https://github.com/mileszim/seekrit/compare/sdk-python-v0.2.0...sdk-python-v0.3.0) (2026-07-25)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "seekrit"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
description = "Read-path SDK for seekrit — resolve and decrypt secrets client-side with a service token."
99
readme = "README.md"
1010
requires-python = ">=3.9"

src/seekrit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SeekritReferenceError,
2323
)
2424

25-
__version__ = "0.3.0" # x-release-please-version
25+
__version__ = "0.4.0" # x-release-please-version
2626

2727
__all__ = [
2828
"Client",

0 commit comments

Comments
 (0)