We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67413ba commit 55eb032Copy full SHA for 55eb032
2 files changed
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+## v0.2.0 (2026-04-12)
8
+
9
+### Feat
10
11
+- **renderers**: add `typewriter_delay` parameter to `AnsiRenderer` (#28)
12
13
## v0.1.2 (2026-03-27)
14
15
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "strands-compose"
3
-version = "0.1.2"
+version = "0.2.0"
description = "Zero-code YAML-driven agent orchestration over strands-agents"
readme = "README.md"
requires-python = ">=3.11"
0 commit comments