summary history branches tags files
commit:19ec6e017f76e9a9949d0b2084d6da6197ae6415
author:Trevor Bentley
committer:Trevor Bentley
date:Sun Jan 15 02:44:36 2023 +0100
parents:8130938391aba87e6e29929d4af3d48c76ea2149
bump to version 0.4.0
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index e1f41f7..9f07117
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -578,7 +578,7 @@ checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
 
 [[package]]
 name = "itsy-gitsy"
-version = "0.3.0"
+version = "0.4.0"
 dependencies = [
  "chrono",
  "clap",

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