Skip to content

Commit 24083cf

Browse files
author
semantic-release
committed
1.1.0
Automatically generated by python-semantic-release
1 parent 0b4044d commit 24083cf

File tree

3 files changed

+773
-709
lines changed

3 files changed

+773
-709
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v1.1.0 (2025-10-15)
6+
7+
### Bug Fixes
8+
9+
- Address coderabbit review feedback
10+
([#2](https://github.com/liatrio-labs/spec-driven-workflow-mcp/pull/2),
11+
[`0b4044d`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/0b4044d1f836d62028c5e788c8ec43dee3ef1520))
12+
13+
- Remove unnecessary bootstrap file
14+
([#2](https://github.com/liatrio-labs/spec-driven-workflow-mcp/pull/2),
15+
[`0b4044d`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/0b4044d1f836d62028c5e788c8ec43dee3ef1520))
16+
17+
- **prompts**: Construct prompt content with TextContent
18+
([#2](https://github.com/liatrio-labs/spec-driven-workflow-mcp/pull/2),
19+
[`0b4044d`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/0b4044d1f836d62028c5e788c8ec43dee3ef1520))
20+
21+
### Build System
22+
23+
- Configure dev tooling for pre-commit
24+
([#2](https://github.com/liatrio-labs/spec-driven-workflow-mcp/pull/2),
25+
[`0b4044d`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/0b4044d1f836d62028c5e788c8ec43dee3ef1520))
26+
27+
### Chores
28+
29+
- Linter fix ([#2](https://github.com/liatrio-labs/spec-driven-workflow-mcp/pull/2),
30+
[`0b4044d`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/0b4044d1f836d62028c5e788c8ec43dee3ef1520))
31+
32+
- Mark task 1.0 as complete ([#2](https://github.com/liatrio-labs/spec-driven-workflow-mcp/pull/2),
33+
[`0b4044d`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/0b4044d1f836d62028c5e788c8ec43dee3ef1520))
34+
35+
- Rebase cleanup ([#2](https://github.com/liatrio-labs/spec-driven-workflow-mcp/pull/2),
36+
[`0b4044d`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/0b4044d1f836d62028c5e788c8ec43dee3ef1520))
37+
38+
- Remove pytest-anyio package, it's not necessary
39+
([#2](https://github.com/liatrio-labs/spec-driven-workflow-mcp/pull/2),
40+
[`0b4044d`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/0b4044d1f836d62028c5e788c8ec43dee3ef1520))
41+
42+
### Documentation
43+
44+
- Add operations guide and update README
45+
([#2](https://github.com/liatrio-labs/spec-driven-workflow-mcp/pull/2),
46+
[`0b4044d`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/0b4044d1f836d62028c5e788c8ec43dee3ef1520))
47+
48+
- Add spec for initial MCP implementation
49+
([#2](https://github.com/liatrio-labs/spec-driven-workflow-mcp/pull/2),
50+
[`0b4044d`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/0b4044d1f836d62028c5e788c8ec43dee3ef1520))
51+
52+
- Update task status and mark deferred features
53+
([#2](https://github.com/liatrio-labs/spec-driven-workflow-mcp/pull/2),
54+
[`0b4044d`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/0b4044d1f836d62028c5e788c8ec43dee3ef1520))
55+
56+
### Features
57+
58+
- Establish FastMCP server foundation
59+
([#2](https://github.com/liatrio-labs/spec-driven-workflow-mcp/pull/2),
60+
[`0b4044d`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/0b4044d1f836d62028c5e788c8ec43dee3ef1520))
61+
62+
### Refactoring
63+
64+
- Adopt standard FastMCP server.py convention
65+
([#2](https://github.com/liatrio-labs/spec-driven-workflow-mcp/pull/2),
66+
[`0b4044d`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/0b4044d1f836d62028c5e788c8ec43dee3ef1520))
67+
68+
- **prompts**: Model markdown prompt metadata
69+
([#2](https://github.com/liatrio-labs/spec-driven-workflow-mcp/pull/2),
70+
[`0b4044d`](https://github.com/liatrio-labs/spec-driven-workflow-mcp/commit/0b4044d1f836d62028c5e788c8ec43dee3ef1520))
71+
72+
573
## v1.0.0 (2025-10-10)
674

775
- Initial Release

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.0.0"
3+
version = "1.1.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" }

0 commit comments

Comments
 (0)