Skip to content

Commit 402eded

Browse files
semantic-release-botLittleCoinCoin
authored andcommitted
chore(release): 0.7.1-dev.1
## <small>0.7.1-dev.1 (2025-12-15)</small> * Merge branch 'feat/kiro-support' into dev ([d9c11ca](d9c11ca)) * docs: add Kiro to supported MCP hosts across all documentation ([1b1dd1a](1b1dd1a)) * docs(dev): enhance MCP host configuration extension guidance ([3bdae9c](3bdae9c)) * fix: config path handling ([63efad7](63efad7)) * test(kiro): add comprehensive backup integration tests ([65b4a29](65b4a29)) * test(kiro): implement comprehensive test suite for Kiro MCP integration ([a55b48a](a55b48a)) * test(kiro): implement test data infrastructure for Kiro MCP integration ([744219f](744219f)) * feat(cli): add Kiro-specific arguments to mcp configure command ([23c1e9d](23c1e9d)) * feat(kiro): add configuration file backup support ([49007dd](49007dd)) * feat(mcp-host-config): add Kiro IDE support to model layer ([f8ede12](f8ede12)) * feat(mcp-host-config): implement KiroHostStrategy for configuration management ([ab69e2a](ab69e2a))
1 parent e4e42ce commit 402eded

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## <small>0.7.1-dev.1 (2025-12-15)</small>
2+
3+
* Merge branch 'feat/kiro-support' into dev ([d9c11ca](https://github.com/CrackingShells/Hatch/commit/d9c11ca))
4+
* docs: add Kiro to supported MCP hosts across all documentation ([1b1dd1a](https://github.com/CrackingShells/Hatch/commit/1b1dd1a))
5+
* docs(dev): enhance MCP host configuration extension guidance ([3bdae9c](https://github.com/CrackingShells/Hatch/commit/3bdae9c))
6+
* fix: config path handling ([63efad7](https://github.com/CrackingShells/Hatch/commit/63efad7))
7+
* test(kiro): add comprehensive backup integration tests ([65b4a29](https://github.com/CrackingShells/Hatch/commit/65b4a29))
8+
* test(kiro): implement comprehensive test suite for Kiro MCP integration ([a55b48a](https://github.com/CrackingShells/Hatch/commit/a55b48a))
9+
* test(kiro): implement test data infrastructure for Kiro MCP integration ([744219f](https://github.com/CrackingShells/Hatch/commit/744219f))
10+
* feat(cli): add Kiro-specific arguments to mcp configure command ([23c1e9d](https://github.com/CrackingShells/Hatch/commit/23c1e9d))
11+
* feat(kiro): add configuration file backup support ([49007dd](https://github.com/CrackingShells/Hatch/commit/49007dd))
12+
* feat(mcp-host-config): add Kiro IDE support to model layer ([f8ede12](https://github.com/CrackingShells/Hatch/commit/f8ede12))
13+
* feat(mcp-host-config): implement KiroHostStrategy for configuration management ([ab69e2a](https://github.com/CrackingShells/Hatch/commit/ab69e2a))
14+
115
## 0.7.0 (2025-12-11)
216

317
* Merge pull request #42 from CrackingShells/dev ([be3a9a3](https://github.com/CrackingShells/Hatch/commit/be3a9a3)), closes [#42](https://github.com/CrackingShells/Hatch/issues/42)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hatch-xclam"
7-
version = "0.7.0"
7+
version = "0.7.1-dev.1"
88
description = "Package manager for the Cracking Shells ecosystem"
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)