Skip to content

Commit 321d2f1

Browse files
semantic-release-botLittleCoinCoin
authored andcommitted
chore(release): 0.7.0-dev.6
## [0.7.0-dev.6](v0.7.0-dev.5...v0.7.0-dev.6) (2025-10-30) ### Features * add get_server_config method for server existence detection ([0746c7c](0746c7c)) * implement partial update merge logic in CLI handler ([76cae67](76cae67)) * **mcp:** implement Gemini dual-transport validation ([99027e8](99027e8)) ### Bug Fixes * **cli:** allow --http-url as standalone option for Gemini ([1e2a51d](1e2a51d)) * **cli:** implement shlex.split() for --args parsing ([3c67a92](3c67a92)) * **mcp:** add Claude Desktop transport validation ([b259a37](b259a37)) * **mcp:** clear type field during transport switching ([d39eedf](d39eedf)) ### Documentation * **cli:** update CLI reference for parameter naming changes ([52010fa](52010fa)) ### Code Refactoring * **cli:** rename --headers to --header for consistency ([a1d648d](a1d648d)) * **cli:** rename --inputs to --input for consistency ([905ed39](905ed39))
1 parent aa58720 commit 321d2f1

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [0.7.0-dev.6](https://github.com/CrackingShells/Hatch/compare/v0.7.0-dev.5...v0.7.0-dev.6) (2025-10-30)
2+
3+
4+
### Features
5+
6+
* add get_server_config method for server existence detection ([0746c7c](https://github.com/CrackingShells/Hatch/commit/0746c7c778eb47908818463a330d78e2ead3dc77))
7+
* implement partial update merge logic in CLI handler ([76cae67](https://github.com/CrackingShells/Hatch/commit/76cae6794018b6996189cab690149360b49c8ed6))
8+
* **mcp:** implement Gemini dual-transport validation ([99027e8](https://github.com/CrackingShells/Hatch/commit/99027e8e9aa37c54b2ce1b2a27d5411836882f48))
9+
10+
11+
### Bug Fixes
12+
13+
* **cli:** allow --http-url as standalone option for Gemini ([1e2a51d](https://github.com/CrackingShells/Hatch/commit/1e2a51d8c0265f2ff84349b821e16115aafbae1d))
14+
* **cli:** implement shlex.split() for --args parsing ([3c67a92](https://github.com/CrackingShells/Hatch/commit/3c67a9277787fe432b9d7d111d217a72abaaedbf))
15+
* **mcp:** add Claude Desktop transport validation ([b259a37](https://github.com/CrackingShells/Hatch/commit/b259a37aea613d5cc9111c8532b1a799c362add5))
16+
* **mcp:** clear type field during transport switching ([d39eedf](https://github.com/CrackingShells/Hatch/commit/d39eedf5e669a90f29ce4aad05434aee96b56d3a))
17+
18+
19+
### Documentation
20+
21+
* **cli:** update CLI reference for parameter naming changes ([52010fa](https://github.com/CrackingShells/Hatch/commit/52010fa0cb7c62517e55bda5df11c4a4ce0e45c4))
22+
23+
24+
### Code Refactoring
25+
26+
* **cli:** rename --headers to --header for consistency ([a1d648d](https://github.com/CrackingShells/Hatch/commit/a1d648d1dbd8cbbefdc1130f25f246494069c76c))
27+
* **cli:** rename --inputs to --input for consistency ([905ed39](https://github.com/CrackingShells/Hatch/commit/905ed39c165c926eed8bcbc0583d207645f37160))
28+
129
## [0.7.0-dev.5](https://github.com/CrackingShells/Hatch/compare/v0.7.0-dev.4...v0.7.0-dev.5) (2025-10-13)
230

331

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"
7-
version = "0.7.0-dev.5"
7+
version = "0.7.0-dev.6"
88
description = "Package manager for the Cracking Shells ecosystem"
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)