Updates.
h3rald h3rald@h3rald.com
Sun, 08 Oct 2023 12:59:19 +0000
4 files changed,
13 insertions(+),
3 deletions(-)
M
hastysite.nimble
→
hastysite.nimble
@@ -9,7 +9,7 @@ bin = @["hastysite"]
installDirs = @["minpkg", "hastysitepkg"] # Deps -requires: "nim >= 2.0.0, min >= 0.39.2, checksums, hastyscribe >= 2.0.0, mustache" +requires: "nim >= 2.0.0, min >= 0.40.0, checksums, hastyscribe >= 2.1.0, mustache" # Tasks const
M
hastysitepkg/config.nim
→
hastysitepkg/config.nim
@@ -1,5 +1,5 @@
const pkgName* = "HastySite" - pkgVersion* = "1.3.9" + pkgVersion* = "1.3.10" pkgDescription* = "A small but powerful static site generator" pkgAuthor* = "Fabio Cevasco"
M
site/contents/getting-started.md
→
site/contents/getting-started.md
@@ -4,7 +4,7 @@ title: "Getting Started"
content-type: page ----- -{{version => 1.3.7}} +{{version => 1.3.10}} ## Download
A
site/contents/posts/v1310-released.md
@@ -0,0 +1,10 @@
+----- +id: v1310-released +title: "v1.3.10 released" +content-type: post +date: "8 October 2023" +timestamp: 1696769749 +----- +* Upgraded min to v0.40.0. +* Upgraded hastyscribe to v2.1.0. +