summary history branches tags files
commit:df81cd317971dae5cca95778f3405876afa6fac1
author:Trevor Bentley
committer:Trevor Bentley
date:Sun Jan 15 18:30:08 2023 +0100
parents:a5e01d22f5f47f4ab363df4d098993ddd10f6546
bump to version 0.4.1
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index 9f07117..23e914e
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -578,7 +578,7 @@ checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
 
 [[package]]
 name = "itsy-gitsy"
-version = "0.4.0"
+version = "0.4.1"
 dependencies = [
  "chrono",
  "clap",

diff --git a/Cargo.toml b/Cargo.toml
line changes: +1/-1
index ca40651..a54ca2a
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "itsy-gitsy"
-version = "0.4.0"
+version = "0.4.1"
 edition = "2021"
 authors = ["Trevor Bentley <gitsy@trevorbentley.com>"]
 description = "Static site generator for git repositories"