Skip to content

Commit 9c76fc7

Browse files
author
semantic-release
committed
chore(release): v0.6.1
1 parent 2a1fbf0 commit 9c76fc7

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
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

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.6.0"
4+
version = "0.6.1"
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.6.0"
4+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)