M hastysite.nimble => hastysite.nimble +1 -1
@@ 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 -1
@@ 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 +1 -1
@@ 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 => site/contents/posts/v1310-released.md +10 -0
@@ 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.
+