From 8335bc21df197d6f3beb7345a6f2b384e511caa0 Mon Sep 17 00:00:00 2001 From: sam-obeid Date: Tue, 5 May 2026 11:05:57 -0400 Subject: [PATCH] chore: release v1.0.0 Bump crate version from 0.1.0 to 1.0.0 for the first stable release. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52a3649..bade145 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,7 +349,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "neocache" -version = "0.1.0" +version = "1.0.0" dependencies = [ "ahash", "criterion", diff --git a/Cargo.toml b/Cargo.toml index b2147f6..a428160 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neocache" -version = "0.1.0" +version = "1.0.0" authors = ["Shopify Engineering "] edition = "2024" rust-version = "1.88"