summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2025-01-04 00:08:35 -0500
committerseth <[email protected]>2025-01-04 00:08:35 -0500
commit77c2ff5470d54fb0a9779244c9627ccaf7f6b6f3 (patch)
tree59b9bfb23659f1f2ec09eb0156ef56c3c1ecbf35
parent3d701943d17e9b34820ca2f26e1f63a5031584da (diff)
chore: v0.2.0v0.2.0
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
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 <getchoo at tuta dot io>", "nix-forecast Contributors" ]
edition = "2021"
description = "Check the forecast for today's Nix builds"