summary history branches tags files
commit:aaf25e57b4cf3840d886d2d44eb5abb4122fc47b
author:Trevor Bentley
committer:Trevor Bentley
date:Sat Mar 18 12:52:38 2023 +0100
parents:2cabf9936eac1f56190d4d62ac926c953322440b
Release 0.8.3
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index 0ea9309..fb57f4b
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -42,7 +42,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 
 [[package]]
 name = "circadian"
-version = "0.8.2"
+version = "0.8.3"
 dependencies = [
  "clap",
  "glob",

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