Skip to content

Commit a39ac0e

Browse files
chore(release): 1.2.2 [skip ci]
## <small>1.2.2 (2026-01-01)</small> * Merge pull request #25 from bordeux/fix/fix-building-debian-package ([8247089](8247089)), closes [#25](#25) * fix: fix ARM64 DEB package build in cross-compilation ([5356105](5356105))
1 parent 8247089 commit a39ac0e

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## <small>1.2.2 (2026-01-01)</small>
2+
3+
* Merge pull request #25 from bordeux/fix/fix-building-debian-package ([8247089](https://github.com/bordeux/tmpltool/commit/8247089)), closes [#25](https://github.com/bordeux/tmpltool/issues/25)
4+
* fix: fix ARM64 DEB package build in cross-compilation ([5356105](https://github.com/bordeux/tmpltool/commit/5356105))
5+
16
## <small>1.2.1 (2026-01-01)</small>
27

38
* Merge pull request #21 from bordeux/dependabot/npm_and_yarn/multi-289c097fca ([5bf7a2a](https://github.com/bordeux/tmpltool/commit/5bf7a2a)), closes [#21](https://github.com/bordeux/tmpltool/issues/21)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tmpltool"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
edition = "2024"
55
license = "MIT"
66
description = "A fast and simple command-line template rendering tool using MiniJinja templates with environment variables"

0 commit comments

Comments
 (0)