Skip to content

Commit d7aa9bb

Browse files
committed
Release 0.3.14
Changes since v0.3.12 includes: * Make the space after a comma in list expressions optional. * Allow enum variants (and module names) in expressions. * Some cleanup in parser code.
1 parent 29dac3d commit d7aa9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ructe"
3-
version = "0.3.13-PRE"
3+
version = "0.3.14"
44
authors = ["Rasmus Kaj <kaj@kth.se>"]
55
description = "Rust Compiled Templates, efficient type-safe templates."
66
documentation = "https://docs.rs/ructe"

0 commit comments

Comments
 (0)