Skip to content

Commit bf0519c

Browse files
chore(release): 1.2.1 [skip ci]
## <small>1.2.1 (2026-01-01)</small> * Merge pull request #21 from bordeux/dependabot/npm_and_yarn/multi-289c097fca ([5bf7a2a](5bf7a2a)), closes [#21](#21) * Merge pull request #22 from bordeux/feature/distribution ([e2538fe](e2538fe)), closes [#22](#22) * Merge pull request #23 from bordeux/feature/distribution ([0b2150a](0b2150a)), closes [#23](#23) * Merge pull request #24 from bordeux/fix/upgrade-node-version ([9f77263](9f77263)), closes [#24](#24) * Merge remote-tracking branch 'origin/master' into feature/distribution ([60cc65f](60cc65f)) * fix: Force redeployment for new packages ([d3fdf2b](d3fdf2b)) * fix: upgrade Node.js version from 20 to 24 ([1aef904](1aef904)) * ci: add APT repository update trigger on release ([b01f26e](b01f26e)) * ci: add DEB package generation for Debian/Ubuntu ([9b2e338](9b2e338)) * ci: add DEB/RPM package building to CI workflow ([ff30cfc](ff30cfc)) * ci: add Homebrew formula auto-update on release ([586b164](586b164)) * ci: add RPM package generation for Fedora/RHEL ([cba83a3](cba83a3)) * ci: add versioned Homebrew formulas support ([cd5b383](cd5b383)) * ci: simplify Homebrew update to trigger external workflow ([0b1afb5](0b1afb5)) * chore(deps): bump glob and semantic-release ([21639a5](21639a5))
1 parent 9f77263 commit bf0519c

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## <small>1.2.1 (2026-01-01)</small>
2+
3+
* 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)
4+
* Merge pull request #22 from bordeux/feature/distribution ([e2538fe](https://github.com/bordeux/tmpltool/commit/e2538fe)), closes [#22](https://github.com/bordeux/tmpltool/issues/22)
5+
* Merge pull request #23 from bordeux/feature/distribution ([0b2150a](https://github.com/bordeux/tmpltool/commit/0b2150a)), closes [#23](https://github.com/bordeux/tmpltool/issues/23)
6+
* Merge pull request #24 from bordeux/fix/upgrade-node-version ([9f77263](https://github.com/bordeux/tmpltool/commit/9f77263)), closes [#24](https://github.com/bordeux/tmpltool/issues/24)
7+
* Merge remote-tracking branch 'origin/master' into feature/distribution ([60cc65f](https://github.com/bordeux/tmpltool/commit/60cc65f))
8+
* fix: Force redeployment for new packages ([d3fdf2b](https://github.com/bordeux/tmpltool/commit/d3fdf2b))
9+
* fix: upgrade Node.js version from 20 to 24 ([1aef904](https://github.com/bordeux/tmpltool/commit/1aef904))
10+
* ci: add APT repository update trigger on release ([b01f26e](https://github.com/bordeux/tmpltool/commit/b01f26e))
11+
* ci: add DEB package generation for Debian/Ubuntu ([9b2e338](https://github.com/bordeux/tmpltool/commit/9b2e338))
12+
* ci: add DEB/RPM package building to CI workflow ([ff30cfc](https://github.com/bordeux/tmpltool/commit/ff30cfc))
13+
* ci: add Homebrew formula auto-update on release ([586b164](https://github.com/bordeux/tmpltool/commit/586b164))
14+
* ci: add RPM package generation for Fedora/RHEL ([cba83a3](https://github.com/bordeux/tmpltool/commit/cba83a3))
15+
* ci: add versioned Homebrew formulas support ([cd5b383](https://github.com/bordeux/tmpltool/commit/cd5b383))
16+
* ci: simplify Homebrew update to trigger external workflow ([0b1afb5](https://github.com/bordeux/tmpltool/commit/0b1afb5))
17+
* chore(deps): bump glob and semantic-release ([21639a5](https://github.com/bordeux/tmpltool/commit/21639a5))
18+
119
## [1.2.0](https://github.com/bordeux/tmpltool/compare/v1.1.2...v1.2.0) (2026-01-01)
220

321

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.0"
3+
version = "1.2.1"
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)