From 59e9e8b3187bb69560a32ddcc77aa6814bd3ac4a Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Fri, 6 Feb 2026 17:12:07 +0000 Subject: [PATCH] chore: set the version to 1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 964f98e..dbaac17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -391,7 +391,7 @@ dependencies = [ [[package]] name = "brewlog" -version = "0.1.0" +version = "1.0.0" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 2e61840..38a1b08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brewlog" -version = "0.1.0" +version = "1.0.0" edition = "2024" [dependencies]