summary history branches tags files
commit:0cc23cabfe0cb0e0facfef6c2adafe5bea0c68b2
author:Trevor Bentley
committer:Trevor Bentley
date:Sun Feb 19 23:58:01 2023 +0100
parents:d745a945de3c2557f4fa6d87f4db308ac859377f
Release 0.8.2
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index b2ada51..0ea9309
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -42,7 +42,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 
 [[package]]
 name = "circadian"
-version = "0.8.1"
+version = "0.8.2"
 dependencies = [
  "clap",
  "glob",

diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index a6f9754..bdfe52d
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "circadian"
-version = "0.8.1"
+version = "0.8.2"
 authors = ["Trevor Bentley <trevor@trevorbentley.com>"]
 description = "Linux auto-suspend/wake power management daemon"
 keywords = ["linux", "power", "suspend", "daemon", "service"]