Skip to content

Commit 9b4429e

Browse files
chore(release): 1.2.3 [skip ci]
## <small>1.2.3 (2026-01-02)</small> * Merge pull request #26 from bordeux/hotfix/fix-branch-for-repos ([37981e5](37981e5)), closes [#26](#26) * Merge pull request #27 from bordeux/feature/distribution-v2 ([d4dd748](d4dd748)), closes [#27](#27) * fix: Add arch repo ([c8def93](c8def93)) * ci: add Alpine APK package support ([c9c3607](c9c3607)) * ci: add APK package building to CI workflow ([6cf676f](6cf676f)) * ci: consolidate package repo triggers into matrix job ([e58eda3](e58eda3)) * ci: fix branch ref for publishing repos ([235e1cc](235e1cc))
1 parent d4dd748 commit 9b4429e

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## <small>1.2.3 (2026-01-02)</small>
2+
3+
* Merge pull request #26 from bordeux/hotfix/fix-branch-for-repos ([37981e5](https://github.com/bordeux/tmpltool/commit/37981e5)), closes [#26](https://github.com/bordeux/tmpltool/issues/26)
4+
* Merge pull request #27 from bordeux/feature/distribution-v2 ([d4dd748](https://github.com/bordeux/tmpltool/commit/d4dd748)), closes [#27](https://github.com/bordeux/tmpltool/issues/27)
5+
* fix: Add arch repo ([c8def93](https://github.com/bordeux/tmpltool/commit/c8def93))
6+
* ci: add Alpine APK package support ([c9c3607](https://github.com/bordeux/tmpltool/commit/c9c3607))
7+
* ci: add APK package building to CI workflow ([6cf676f](https://github.com/bordeux/tmpltool/commit/6cf676f))
8+
* ci: consolidate package repo triggers into matrix job ([e58eda3](https://github.com/bordeux/tmpltool/commit/e58eda3))
9+
* ci: fix branch ref for publishing repos ([235e1cc](https://github.com/bordeux/tmpltool/commit/235e1cc))
10+
111
## <small>1.2.2 (2026-01-01)</small>
212

313
* 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)

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.2"
3+
version = "1.2.3"
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)