Skip to content

Commit 8d0d45c

Browse files
committed
release: bump version to 2.1.8 and optimize memory management
- Update version to 2.1.8 in pyproject.toml and lock files. - Enhance memory management for lower steady-state memory usage across agent/worker paths, caches, and long-run cleanup.
1 parent 811b7b2 commit 8d0d45c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.1.8] — 2026-03-24
11+
12+
### Changed
13+
14+
- **Memory management** — Runtime lifecycle and retention tuned for lower steady-state memory use (agent/worker paths, caches, and long-run cleanup).
15+
1016
## [2.1.7] — 2026-03-18
1117

1218
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["devsper"]
77

88
[project]
99
name = "devsper"
10-
version = "2.1.7"
10+
version = "2.1.8"
1111
description = "Orchestrate distributed swarms of AI agents that collaboratively solve complex tasks."
1212
readme = "README.md"
1313
license = "GPL-3.0-or-later"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)