We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae8291 commit 4e5145eCopy full SHA for 4e5145e
2 files changed
CHANGELOG.md
@@ -1,8 +1,12 @@
1
# Changelog
2
3
+## 1.21.1 (2025-10-30)
4
+
5
+- Replace unmaintained unic-segment dependency
6
7
## 1.20.0 (2024-05-27)
8
-- Support parenthesis in if statemetns
9
+- Support parenthesis in if statements
10
- Allow escaped newline and tab join separator
11
12
## 1.19.1 (2023-09-03)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tera"
-version = "1.20.0"
+version = "1.20.1"
authors = ["Vincent Prouillet <hello@prouilletvincent.com>"]
license = "MIT"
readme = "README.md"
0 commit comments