Skip to content

Commit 522605e

Browse files
committed
Update version numbers.
1 parent 493a199 commit 522605e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [1.2.1] - 2021-03-03
10+
### Fixed
11+
- Fixed a compile error on some nightly compiler versions.
12+
913
## [1.2.0] - 2020-01-03
1014
### Fixed
1115
- 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.
4347
[1.0.3]: https://github.com/bheisler/TinyTemplate/compare/1.0.2...1.0.3
4448
[1.0.4]: https://github.com/bheisler/TinyTemplate/compare/1.0.3...1.0.4
4549
[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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tinytemplate"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
authors = ["Brook Heisler <[email protected]>"]
55

66
description = "Simple, lightweight template engine"

0 commit comments

Comments
 (0)