pre-bump version to 0.5.1

This commit is contained in:
Trevor Bentley
2023-01-29 15:54:31 +01:00
parent 0b47cb04f6
commit 6e27354266
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,5 +1,7 @@
# Itsy-Gitsy Changelog / News # Itsy-Gitsy Changelog / News
## v0.5.1 -- unreleased
## v0.5.0 -- 2023-01-29 ## v0.5.0 -- 2023-01-29
* MAJOR: remove 1-to-1 template mapping restriction (config format changed) * MAJOR: remove 1-to-1 template mapping restriction (config format changed)
Generated
+1 -1
View File
@@ -578,7 +578,7 @@ checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
[[package]] [[package]]
name = "itsy-gitsy" name = "itsy-gitsy"
version = "0.5.0" version = "0.5.1"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "itsy-gitsy" name = "itsy-gitsy"
version = "0.5.0" version = "0.5.1"
edition = "2021" edition = "2021"
authors = ["Trevor Bentley <gitsy@trevorbentley.com>"] authors = ["Trevor Bentley <gitsy@trevorbentley.com>"]
description = "Static site generator for git repositories" description = "Static site generator for git repositories"