From c2afb618f7788826c1a8e832327a45ef8415423a Mon Sep 17 00:00:00 2001 From: Fraser Hutchison <190532+Fraser999@users.noreply.github.com> Date: Wed, 11 Mar 2026 16:53:31 +0000 Subject: [PATCH] chore: version bump to rc 12 --- .gitignore | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 96ef6c0..4582129 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /target Cargo.lock +.claude/*.local.* +CLAUDE.local.md diff --git a/Cargo.toml b/Cargo.toml index fd77db5..2b2a05b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "init4-bin-base" description = "Internal utilities for binaries produced by the init4 team" keywords = ["init4", "bin", "base"] -version = "0.18.0-rc.11" +version = "0.18.0-rc.12" edition = "2021" rust-version = "1.85" authors = ["init4", "James Prestwich", "evalir"]