Skip to content

Commit f2f4f27

Browse files
author
semantic-release
committed
1.2.0
Automatically generated by python-semantic-release
1 parent d03e86e commit f2f4f27

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
<!-- version list -->
44

5+
## v1.2.0 (2025-10-16)
6+
7+
### Bug Fixes
8+
9+
- Add newline at end of claude.yml
10+
([`d03e86e`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/d03e86ea47de61a151830ed313426fd0cf3e356d))
11+
12+
- Trigger on issue edited instead of assigned
13+
([`d03e86e`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/d03e86ea47de61a151830ed313426fd0cf3e356d))
14+
15+
### Chores
16+
17+
- Remove automatic PR review workflow
18+
([`d03e86e`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/d03e86ea47de61a151830ed313426fd0cf3e356d))
19+
20+
### Features
21+
22+
- Add timeout and concurrency controls to Claude workflow
23+
([`d03e86e`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/d03e86ea47de61a151830ed313426fd0cf3e356d))
24+
25+
- Restrict Claude workflow to authorized users only
26+
([`d03e86e`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/d03e86ea47de61a151830ed313426fd0cf3e356d))
27+
28+
### Refactoring
29+
30+
- Simplify author association checks
31+
([`d03e86e`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/d03e86ea47de61a151830ed313426fd0cf3e356d))
32+
33+
534
## v1.1.0 (2025-10-15)
635

736
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "spec-driven-development-mcp"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "A framework for spec driven development (SDD) that can be used anywhere an AI agent is used as a collaborator."
55
readme = "README.md"
66
license = { file = "LICENSE" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)