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"]