chore(release): record v0.6.4 version bump and changelog

The v0.6.4 tag shipped the API surface discovery module but the
release commit left the workspace version at 0.6.3 with no matching
changelog entry. Bump [workspace.package] to 0.6.4 and add the
[0.6.4] CHANGELOG section so the code matches the tag.
This commit is contained in:
Valerio 2026-05-21 12:58:47 +02:00
parent fe567a6af1
commit 51260ae4e3
3 changed files with 15 additions and 8 deletions

View file

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