chore: release v0.5.0 (28 vertical extractors + cloud integration)

See CHANGELOG.md for the full entry. Headline: 28 site-specific
extractors returning typed JSON, five with automatic antibot
cloud-escalation via api.webclaw.io, `POST /v1/scrape/{vertical}` +
`GET /v1/extractors` on webclaw-server.
This commit is contained in:
Valerio 2026-04-22 20:59:01 +02:00
parent b2e7dbf365
commit 2373162c81
3 changed files with 31 additions and 8 deletions

View file

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