File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.6.1 (2026-03-14)
5+
6+ ### Bug Fixes
7+
8+ - Prevent duplicate annotation on repeated runs
9+ ([ #40 ] ( https://github.com/tracer-mohist/workflow-as-list/pull/40 ) ,
10+ [ ` 2a1fbf0 ` ] ( https://github.com/tracer-mohist/workflow-as-list/commit/2a1fbf00bc89d466972bbe6e5c82ab63ae8e36af ) )
11+
12+ - Check if previous line already has '# you see:' annotation - Only add annotation if not already
13+ present - Tested: multiple runs don't create duplicates
14+
15+ Bug: Running 'workflow check --expanded' multiple times added duplicate annotations
16+
17+ Fix: Check source file for existing annotation before adding
18+
19+ REFERENCE: #40 (Import caching mechanism)
20+
21+
422## v0.6.0 (2026-03-14)
523
624### Documentation
Original file line number Diff line number Diff line change 11# pyproject.toml
22[project ]
33name = " workflow-as-list"
4- version = " 0.6.0 "
4+ version = " 0.6.1 "
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.6.0 "
4+ __version__ = "0.6.1 "
You can’t perform that action at this time.
0 commit comments