Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 9b980ca

Browse files
committed
3.2 release.
1 parent 0f62e52 commit 9b980ca

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v3.2
2+
3+
+ `--watch` now looks for template changes
4+
+ Add consistent `format_date` function for both mustache/lhtml templates:
5+
+ Add `config.date_format`
6+
17
# v3.1
28

39
+ Add support for `.mustache` templates
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package = 'Luapress'
2-
version = '3.1-0'
2+
version = '3.2-0'
33

44
source = {
55
url = 'git://github.com/Fizzadar/Luapress.git',
6-
tag = 'v3.1'
6+
tag = 'v3.2'
77
}
88

99
description = {

luapress/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
return {
2-
version = '3.1'
2+
version = '3.2'
33
}

0 commit comments

Comments
 (0)