chore(release): 0.1.0
Some checks failed
Release / release (push) Failing after 2s

This commit is contained in:
Deivid Soto 2026-02-12 17:55:17 +01:00
parent e874401001
commit b6f0af707c

16
CHANGELOG.md Normal file
View file

@ -0,0 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
## 0.1.0 (2026-02-12)
### Features
- add response cache and compact output mode ([65f9571](https://github.com/torrentclaw/torrentclaw-mcp/commit/65f95712e478609825ecad6545e6784465e947d2))
- expand API coverage with new tools, params, and 90% test threshold ([298eb71](https://github.com/torrentclaw/torrentclaw-mcp/commit/298eb71f80d5bf6475eb6d8717823ce1739d1c14))
- initial release of torrentclaw-mcp server ([b77ca2f](https://github.com/torrentclaw/torrentclaw-mcp/commit/b77ca2f8d4fa0fd35db195a94483403d190db3a9))
### Bug Fixes
- correct README inconsistencies and add TORRENTCLAW_ALLOW_PRIVATE ([b033bb3](https://github.com/torrentclaw/torrentclaw-mcp/commit/b033bb353f0f35a1d43a0ab66e8c905bb414c421))
- use prettier --write in lint-staged for auto-formatting ([aef5d36](https://github.com/torrentclaw/torrentclaw-mcp/commit/aef5d367d0536990747f80b7e8c5fd6fc6503faa))