summary history branches tags files
commit:65982202a12e0406c683960ae91a3547960c1044
author:Trevor Bentley
committer:Trevor Bentley
date:Thu Jan 12 17:34:17 2023 +0100
parents:bfcd8ca41f5ccbcd25c5a4553b0d39701d8f669b
bump to version 0.2.0
diff --git a/Cargo.lock b/Cargo.lock
line changes: +1/-1
index b3618d5..1856098
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -578,7 +578,7 @@ checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
 
 [[package]]
 name = "itsy-gitsy"
-version = "0.1.0"
+version = "0.2.0"
 dependencies = [
  "chrono",
  "clap",

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