Integrate patch and notes v1.12.2 (#8188)

Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>
This commit is contained in:
Sebastian Spaink
2026-01-06 09:20:28 -06:00
committed by GitHub
parent 8dbf9cf55a
commit cd35e02fa2
+9
View File
@@ -5,6 +5,15 @@ project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
## 1.12.2
This bug fix release address issues found in the new string interpolation feature
- Add (*TemplateString).Copy() method (#8159) authored by @anderseknert
- Fix template string not serialized with escaped { (#8161) authored by @anderseknert
- fix(ast): skip template string vars in ref safety (#8174) authored by @thevilledev
- fix(ast): use original var names in template error (#8180) authored by @thevilledev
## 1.12.1
This bug fix release reverts a change to `regex.replace` that unintentionally changed its behaviour for anchored regular expressions.