chore(release): bump version to 0.6.12

Bundle three changes landed since 0.6.11:
- feat(search): standalone web search via Serper.dev (#63)
- feat(map): layered URL discovery with bounded crawl fallback (#64)
- fix(mcp): accept boolean params sent as JSON strings (#62 / #65)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Valerio 2026-06-17 16:10:45 +02:00
parent c5dfce8ed5
commit 51d0c538f1
3 changed files with 17 additions and 8 deletions

View file

@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*"]
[workspace.package]
version = "0.6.11"
version = "0.6.12"
edition = "2024"
license = "AGPL-3.0"
repository = "https://github.com/0xMassi/webclaw"