From 38edd82c4a2c025ebc3612fd356c1947f7307241 Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Sat, 4 Jul 2026 09:40:15 +0100 Subject: [PATCH] chore: release 1.7.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 23e9bcd..bc4f11f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.7.8"} +{".":"1.7.9"} diff --git a/CHANGELOG.md b/CHANGELOG.md index c134ca9..6ca22ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## 1.7.9 (2026-07-04) + +## What's Changed +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/template/pull/136 +* chore(deps): update cachix/install-nix-action action to v31.10.6 by @renovate[bot] in https://github.com/DeveloperC286/template/pull/138 +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/template/pull/139 +* build: ignoring Nix result directory by @DeveloperC286 in https://github.com/DeveloperC286/template/pull/140 +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/template/pull/141 +* chore(deps): update docker/login-action action to v4.2.0 by @renovate[bot] in https://github.com/DeveloperC286/template/pull/142 +* chore(deps): update docker/setup-buildx-action action to v4.1.0 by @renovate[bot] in https://github.com/DeveloperC286/template/pull/143 +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/template/pull/144 +* chore(deps): update actions/checkout action to v6.0.3 by @renovate[bot] in https://github.com/DeveloperC286/template/pull/145 +* chore(deps): update nix flake lock by @renovate[bot] in https://github.com/DeveloperC286/template/pull/146 +* chore(deps): update alpine docker tag to v3.24.0 by @renovate[bot] in https://github.com/DeveloperC286/template/pull/147 +* chore(deps): update dependency alpine_3_24/git to v2.54.0-r0 by @renovate[bot] in https://github.com/DeveloperC286/template/pull/148 +* chore(deps): update alpine docker tag to v3.24.1 by @renovate[bot] in https://github.com/DeveloperC286/template/pull/149 +* chore(deps): update actions/checkout action to v7 by @renovate[bot] in https://github.com/DeveloperC286/template/pull/150 +* chore(deps): update docker/login-action action to v4.4.0 by @renovate[bot] in https://github.com/DeveloperC286/template/pull/151 +* chore(deps): update docker/setup-buildx-action action to v4.2.0 by @renovate[bot] in https://github.com/DeveloperC286/template/pull/152 + + +**Full Changelog**: https://github.com/DeveloperC286/template/compare/v1.7.8...v1.7.9 + ## 1.7.8 (2026-04-22) ## What's Changed