Skip to content

Commit 55eb032

Browse files
committed
bump: version 0.1.2 → 0.2.0
1 parent 67413ba commit 55eb032

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
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+
713
## v0.1.2 (2026-03-27)
814

915
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "strands-compose"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
description = "Zero-code YAML-driven agent orchestration over strands-agents"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)