Skip to content

Commit 3f58954

Browse files
chore(release): 0.8.1-dev.2
## <small>0.8.1-dev.2 (2026-03-04)</small> * Merge branch 'feat/augment-mcp-host-support' into dev ([67bb767](67bb767)) * Merge branch `milestone/fix-logging-clutter` into dev ([5fd15dd](5fd15dd)) * Merge pull request #48 from LittleCoinCoin/dev ([0bc06fb](0bc06fb)), closes [#48](#48) * docs(adding-mcp-hosts): add test_adapter_protocol.py to fixture guide ([3a58908](3a58908)) * docs(logging): expose --log-level flag in CLI reference global options ([5aa2e9d](5aa2e9d)) * feat(cli): add --log-level flag and default log output to WARNING ([1e3817f](1e3817f)) * feat(mcp-augment): add enum value and constant ([8b22594](8b22594)) * feat(mcp-augment): implement AugmentAdapter ([5af34d1](5af34d1)) * feat(mcp-augment): implement AugmentHostStrategy ([b13d9d0](b13d9d0)) * feat(mcp-augment): wire AugmentAdapter into integration points ([367b736](367b736)) * feat(registry): add transient dim status on cache refresh ([09dd517](09dd517)) * refactor(logging): remove forced setLevel(INFO) from all module loggers ([fb2ee4c](fb2ee4c)) * refactor(registry): demote startup and fetch INFO logs to DEBUG ([df97e58](df97e58)) * fix(mcp-hosts): close validation and test coverage gaps ([9d7f0e5](9d7f0e5)) * test(mcp-augment): register test fixtures and update tests ([294d0d8](294d0d8)) * chore: clean up temporary reports ([038be8c](038be8c))
1 parent 0bc06fb commit 3f58954

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## <small>0.8.1-dev.2 (2026-03-04)</small>
2+
3+
* Merge branch 'feat/augment-mcp-host-support' into dev ([67bb767](https://github.com/CrackingShells/Hatch/commit/67bb767))
4+
* Merge branch `milestone/fix-logging-clutter` into dev ([5fd15dd](https://github.com/CrackingShells/Hatch/commit/5fd15dd))
5+
* Merge pull request #48 from LittleCoinCoin/dev ([0bc06fb](https://github.com/CrackingShells/Hatch/commit/0bc06fb)), closes [#48](https://github.com/CrackingShells/Hatch/issues/48)
6+
* docs(adding-mcp-hosts): add test_adapter_protocol.py to fixture guide ([3a58908](https://github.com/CrackingShells/Hatch/commit/3a58908))
7+
* docs(logging): expose --log-level flag in CLI reference global options ([5aa2e9d](https://github.com/CrackingShells/Hatch/commit/5aa2e9d))
8+
* feat(cli): add --log-level flag and default log output to WARNING ([1e3817f](https://github.com/CrackingShells/Hatch/commit/1e3817f))
9+
* feat(mcp-augment): add enum value and constant ([8b22594](https://github.com/CrackingShells/Hatch/commit/8b22594))
10+
* feat(mcp-augment): implement AugmentAdapter ([5af34d1](https://github.com/CrackingShells/Hatch/commit/5af34d1))
11+
* feat(mcp-augment): implement AugmentHostStrategy ([b13d9d0](https://github.com/CrackingShells/Hatch/commit/b13d9d0))
12+
* feat(mcp-augment): wire AugmentAdapter into integration points ([367b736](https://github.com/CrackingShells/Hatch/commit/367b736))
13+
* feat(registry): add transient dim status on cache refresh ([09dd517](https://github.com/CrackingShells/Hatch/commit/09dd517))
14+
* refactor(logging): remove forced setLevel(INFO) from all module loggers ([fb2ee4c](https://github.com/CrackingShells/Hatch/commit/fb2ee4c))
15+
* refactor(registry): demote startup and fetch INFO logs to DEBUG ([df97e58](https://github.com/CrackingShells/Hatch/commit/df97e58))
16+
* fix(mcp-hosts): close validation and test coverage gaps ([9d7f0e5](https://github.com/CrackingShells/Hatch/commit/9d7f0e5))
17+
* test(mcp-augment): register test fixtures and update tests ([294d0d8](https://github.com/CrackingShells/Hatch/commit/294d0d8))
18+
* chore: clean up temporary reports ([038be8c](https://github.com/CrackingShells/Hatch/commit/038be8c))
19+
120
## <small>0.8.1-dev.1 (2026-02-26)</small>
221

322
* Merge branch 'feat/opencode-mcp-host-support' into dev ([793707d](https://github.com/CrackingShells/Hatch/commit/793707d))

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

0 commit comments

Comments
 (0)