Getting ready to release
h3rald h3rald@h3rald.com
Sat, 31 Oct 2020 23:17:47 +0100
5 files changed,
15 insertions(+),
3 deletions(-)
M
config.nim
→
config.nim
@@ -1,5 +1,5 @@
const pkgName* = "HastySite" - pkgVersion* = "1.3.4" + pkgVersion* = "1.3.5" 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.4}} +{{version => 1.3.5}} ## Download
M
site/contents/posts/v134-released.md
→
site/contents/posts/v134-released.md
@@ -7,6 +7,6 @@ timestamp: 1599853513
----- * Fixed Linux cross-compilation * Updated to min v0.20.1 -* Updated to hastyscribe v1.21.1 +* Updated to hastyscribe v1.12.1
A
site/contents/posts/v135-released.md
@@ -0,0 +1,11 @@
+----- +id: v135-released +title: "Version 1.3.5 released" +content-type: post +date: "31 October 2020" +timestamp: 1604182470 +----- +* Updated to min v0.21.1 +* Updated to hastyscribe v1.12.2 +* Fixed post/clean scripts +