pre-bump version to 0.5.1
This commit is contained in:
@@ -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
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user