Skip to content

Commit 462895d

Browse files
chore(release): 0.7.0-dev.5
## [0.7.0-dev.5](v0.7.0-dev.4...v0.7.0-dev.5) (2025-10-13) ### Features * add host-specific CLI arguments for MCP configure command ([a0e840d](a0e840d)) * add host-specific MCP configuration models with type field ([63e78ed](63e78ed)) * add user feedback reporting system for MCP configuration ([b15d48a](b15d48a)) * add user feedback reporting to package add/sync commands ([a6ad932](a6ad932)) * implement ALL host-specific CLI arguments with new reporting ([75943b9](75943b9)) * integrate Pydantic model hierarchy into CLI handlers ([eca730a](eca730a)) ### Bug Fixes * **cli:** resolve argparse naming conflict ([83ab933](83ab933)) * correct report display logic to exclude unset fields ([5ba2076](5ba2076)) * **tests:** add missing mock ([78cd421](78cd421)) * **tests:** correct dependency dummy metadata extraction ([9573e45](9573e45)) * **tests:** update simple_dep_pkg to use local base_pkg ([b1bf8bd](b1bf8bd)) ### Documentation * update CLI reference for MCP host configuration integration ([ef1b7ca](ef1b7ca))
1 parent 28eb090 commit 462895d

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## [0.7.0-dev.5](https://github.com/CrackingShells/Hatch/compare/v0.7.0-dev.4...v0.7.0-dev.5) (2025-10-13)
2+
3+
4+
### Features
5+
6+
* add host-specific CLI arguments for MCP configure command ([a0e840d](https://github.com/CrackingShells/Hatch/commit/a0e840d00db94018fed6f8e22c6f39985b5a7506))
7+
* add host-specific MCP configuration models with type field ([63e78ed](https://github.com/CrackingShells/Hatch/commit/63e78ede4cdad66f8f4a5c1682835e55232f6f26))
8+
* add user feedback reporting system for MCP configuration ([b15d48a](https://github.com/CrackingShells/Hatch/commit/b15d48a95f62dca6d66b10ee9a64b9015d62526e))
9+
* add user feedback reporting to package add/sync commands ([a6ad932](https://github.com/CrackingShells/Hatch/commit/a6ad932b894f519d71472b0032c7f19b50979177))
10+
* implement ALL host-specific CLI arguments with new reporting ([75943b9](https://github.com/CrackingShells/Hatch/commit/75943b98454c35f196e01f1a3fa0b1ed995ab940))
11+
* integrate Pydantic model hierarchy into CLI handlers ([eca730a](https://github.com/CrackingShells/Hatch/commit/eca730a6b632eab7dd40379eeed67f8f5f390297))
12+
13+
14+
### Bug Fixes
15+
16+
* **cli:** resolve argparse naming conflict ([83ab933](https://github.com/CrackingShells/Hatch/commit/83ab933e12a8d8051538eac9812c8f1a3ef3b64d))
17+
* correct report display logic to exclude unset fields ([5ba2076](https://github.com/CrackingShells/Hatch/commit/5ba2076ea0df6dfb21536dddee712089fd2e18bd))
18+
* **tests:** add missing mock ([78cd421](https://github.com/CrackingShells/Hatch/commit/78cd4215960b3270ed2f9767dc96bd1522a03f45))
19+
* **tests:** correct dependency dummy metadata extraction ([9573e45](https://github.com/CrackingShells/Hatch/commit/9573e452be9ff8b1669ff5e1d85bf40aff29ae29))
20+
* **tests:** update simple_dep_pkg to use local base_pkg ([b1bf8bd](https://github.com/CrackingShells/Hatch/commit/b1bf8bddcdc7c00df082a55b71db39de5c9a7954))
21+
22+
23+
### Documentation
24+
25+
* update CLI reference for MCP host configuration integration ([ef1b7ca](https://github.com/CrackingShells/Hatch/commit/ef1b7ca8765dd8d983f634d4789a37d9855b443c))
26+
127
## [0.7.0-dev.4](https://github.com/CrackingShells/Hatch/compare/v0.7.0-dev.3...v0.7.0-dev.4) (2025-10-02)
228

329

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

0 commit comments

Comments
 (0)