Skip to content

Commit 9be2290

Browse files
author
galuszkm
committed
bump: version 0.1.1 → 0.1.2
1 parent 2633691 commit 9be2290

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.1.2 (2026-03-27)
8+
9+
### Fix
10+
11+
- **tools**: support legacy strands module-based tool pattern (#14)
12+
- add Windows path support (#13)
13+
- align strands-agents version constraint in extras with main dependency (#10)
14+
715
## v0.1.1 (2026-03-24)
816

917
### 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.1"
3+
version = "0.1.2"
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)