From fbde227167c28391910d2ebff79f41f13a8cc41d Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Mon, 15 Sep 2025 12:34:34 +0000 Subject: [PATCH] v3.45.1 --- CHANGELOG.md | 2 +- internal/version/version.txt | 2 +- website/src/docs/changelog.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be23fd2b..bc9c1137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v3.45.1 - 2025-09-15 - Task now includes built-in core utilities to greatly improve compatibility on Windows. This means that your commands that uses `cp`, `mv`, `mkdir` or any diff --git a/internal/version/version.txt b/internal/version/version.txt index ff3ff28f..08d7ea82 100644 --- a/internal/version/version.txt +++ b/internal/version/version.txt @@ -1 +1 @@ -3.45.0 +3.45.1 diff --git a/website/src/docs/changelog.md b/website/src/docs/changelog.md index 236d1736..db43b680 100644 --- a/website/src/docs/changelog.md +++ b/website/src/docs/changelog.md @@ -5,7 +5,7 @@ outline: deep # Changelog -## Unreleased +## v3.45.1 - 2025-09-15 - Task now includes built-in core utilities to greatly improve compatibility on Windows. This means that your commands that uses `cp`, `mv`, `mkdir` or any