summary history branches tags files
commit:b79eb387a3a6874fe0a7b87d090baebfdd9b14a7
author:Trevor Bentley
committer:Trevor Bentley
date:Sun Jan 29 01:31:34 2023 +0100
parents:913e187815245dcaf14514fc8b00561939f1df79
bump version to 0.5.0
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index 23e914e..46f4a1f
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -578,7 +578,7 @@ checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
 
 [[package]]
 name = "itsy-gitsy"
-version = "0.4.1"
+version = "0.5.0"
 dependencies = [
  "chrono",
  "clap",

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