Skip to content

Commit

Permalink
bumpversion to 0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
soasme committed Jun 10, 2021
1 parent 5983687 commit 79cf0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ $ nimble test

## Changelog

* v0.4.2, 10 Jun 2021, support casting types float32, float64, int8, int16, int32, int64.
* v0.4.1, 16 May 2021, support mustache inheritance tag.
* v0.4.0, 8 May 2021, build on github action && support mustache spec v1.2.1.
* v0.3.3, 7 May 2021, add optional parameter `values` for `newContext` & support JsonNode as a value.
Expand Down
2 changes: 1 addition & 1 deletion mustache.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.4.1"
version = "0.4.2"
author = "Ju Lin"
description = "Mustache in Nim"
license = "MIT"
Expand Down

0 comments on commit 79cf0a1

Please sign in to comment.