From 77c2ff5470d54fb0a9779244c9627ccaf7f6b6f3 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 4 Jan 2025 00:08:35 -0500 Subject: chore: v0.2.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0c1d56..7f79f58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -627,7 +627,7 @@ dependencies = [ [[package]] name = "nix-forecast" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index c0b140e..1e62672 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nix-forecast" -version = "0.1.0" +version = "0.2.0" authors = [ "Seth ", "nix-forecast Contributors" ] edition = "2021" description = "Check the forecast for today's Nix builds" -- cgit v1.2.3