Skip to content

Commit 4055b2a

Browse files
author
semantic-release
committed
chore(release): v0.5.2
1 parent b021645 commit 4055b2a

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1-
<!-- CHANGELOG.md -->
21
# CHANGELOG
32

43

4+
## v0.5.2 (2026-03-14)
5+
6+
### Bug Fixes
7+
8+
- Cache annotation indentation matches import line
9+
([`b021645`](https://github.com/tracer-mohist/workflow-as-list/commit/b021645e39ebc3c80087a04e3f52f560c3c9c9ac))
10+
11+
- Annotation inherits import line indentation - Format: ' # you see: <path> <hash>' (with leading
12+
spaces)
13+
14+
REFERENCE: #40
15+
16+
517
## v0.5.1 (2026-03-14)
618

719
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pyproject.toml
22
[project]
33
name = "workflow-as-list"
4-
version = "0.5.1"
4+
version = "0.5.2"
55
description = "A thinking constraint DSL for structuring LLM interactions"
66
requires-python = ">=3.12"
77
dependencies = [

src/workflow_as_list/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# src/workflow_as_list/__init__.py
22
"""WorkflowAsList - A thinking constraint DSL for structuring LLM interactions."""
33

4-
__version__ = "0.5.1"
4+
__version__ = "0.5.2"

0 commit comments

Comments
 (0)