File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# pyproject.toml
22[project ]
33name = " workflow-as-list"
4- version = " 0.5.1 "
4+ version = " 0.5.2 "
55description = " A thinking constraint DSL for structuring LLM interactions"
66requires-python = " >=3.12"
77dependencies = [
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments