File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.2.1] - 2021-03-03
10
+ ### Fixed
11
+ - Fixed a compile error on some nightly compiler versions.
12
+
9
13
## [ 1.2.0] - 2020-01-03
10
14
### Fixed
11
15
- Fixed numeric values being truthy when zero, rather than when non-zero. (For real this time)
@@ -43,4 +47,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
43
47
[ 1.0.3 ] : https://github.com/bheisler/TinyTemplate/compare/1.0.2...1.0.3
44
48
[ 1.0.4 ] : https://github.com/bheisler/TinyTemplate/compare/1.0.3...1.0.4
45
49
[ 1.1.0 ] : https://github.com/bheisler/TinyTemplate/compare/1.0.4...1.1.0
46
- [ 1.1.0 ] : https://github.com/bheisler/TinyTemplate/compare/1.1.0...1.2.0
50
+ [ 1.2.0 ] : https://github.com/bheisler/TinyTemplate/compare/1.1.0...1.2.0
51
+ [ 1.2.1 ] : https://github.com/bheisler/TinyTemplate/compare/1.2.0...1.2.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tinytemplate"
3
- version = " 1.2.0 "
3
+ version = " 1.2.1 "
4
4
authors = [
" Brook Heisler <[email protected] >" ]
5
5
6
6
description = " Simple, lightweight template engine"
You can’t perform that action at this time.
0 commit comments