Skip to content

Commit 0d9fac1

Browse files
committed
chore(runtime): bump cks-core dependency to 1.23.1
1 parent b2d71d1 commit 0d9fac1

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on Keep a Changelog and this project follows Semantic Versio
66

77
---
88

9+
## [1.57.1] - 2026-08-19
10+
11+
### Changed
12+
- **Dependency bump** – require `cks-core >= 1.23.1`, which splits `cks.evolution` into a package while preserving its public API.
13+
14+
### Tests
15+
- 773 passed, 69 skipped.
16+
17+
---
18+
919
## [1.57.0] - 2026-08-19
1020

1121
### Changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ url: "https://github.com/PunctumActus/cks-runtime"
1818

1919
license: "MIT"
2020

21-
version: "1.57.0"
21+
version: "1.57.1"
2222
date-released: "2026-08-19"
2323

2424
abstract: >

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = { text = "MIT" }
1919
requires-python = ">=3.12"
2020

2121
dependencies = [
22-
"cks-core>=1.23.0",
22+
"cks-core>=1.23.1",
2323
"numpy>=1.26",
2424
]
2525

src/cks_runtime/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Single source of truth for the cks-runtime package version."""
2-
__version__ = "1.57.0"
2+
__version__ = "1.57.1"

0 commit comments

Comments
 (0)