From 75b07269243fc0765ede1034cac28096cf350dc0 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Sun, 12 Jul 2026 12:11:46 +0200 Subject: [PATCH] chore(release): bump version to 0.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.0-rc.4 are rejected, and equal versions across git refs collide in the cache). This 0.2.1 candidate carries {.ffiExport.} on top of the 0.2.0 line. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_0138fdSv6Xhv2KjhiyYR4SAu --- ffi.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffi.nimble b/ffi.nimble index 6be83b5..001d9de 100644 --- a/ffi.nimble +++ b/ffi.nimble @@ -1,6 +1,6 @@ # ffi.nimble -version = "0.2.0" +version = "0.2.1" author = "Institute of Free Technology" description = "FFI framework with custom header generation" license = "MIT or Apache License 2.0"