chore: release 0.2.0 — first tag under the chain-module-sdk name
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 2s

v0.1.2 predates the crate rename (fai-module-sdk) and the WIT 1.1
Context::emit addition; the chain CLI's module scaffold now pins a
tag instead of branch=main, so module builds stay reproducible.
Example lockfile catches up with the rename.

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-07-11 16:16:30 +02:00
parent 5cbdb5324e
commit 40f3dbd885
3 changed files with 21 additions and 21 deletions

4
Cargo.lock generated
View file

@ -43,7 +43,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "chain-module-sdk"
version = "0.1.2"
version = "0.2.0"
dependencies = [
"chain-module-sdk-macros",
"serde",
@ -55,7 +55,7 @@ dependencies = [
[[package]]
name = "chain-module-sdk-macros"
version = "0.1.2"
version = "0.2.0"
dependencies = [
"proc-macro2",
"quote",