chore(release): bump version to 0.2.2

The version must be a distinct number for each release candidate so nimble
resolves it independently (nimble versions are numeric — pre-release strings
like 0.2.1-rc.1 are rejected, and equal versions across git refs collide in the
cache). This 0.2.2 candidate carries the unconstructed-ref-library guard on top
of the 0.2.1 line.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ULz7Md52AF6PmqZeCmh8b7
This commit is contained in:
Ivan FB 2026-07-28 02:44:24 +02:00
parent 2e30f06757
commit a3dbf3cb05
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -1,6 +1,6 @@
# ffi.nimble
version = "0.2.1"
version = "0.2.2"
author = "Institute of Free Technology"
description = "FFI framework with custom header generation"
license = "MIT or Apache License 2.0"