From 17db402e4bf1d816d4b3d0770b0d97ae962b41a4 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Mon, 15 Sep 2025 12:59:29 +0000 Subject: [PATCH] v3.45.3 --- 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 2b185169..c8f834ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v3.45.3 - 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 caa72fa1..77c28ab7 100644 --- a/internal/version/version.txt +++ b/internal/version/version.txt @@ -1 +1 @@ -3.45.2 +3.45.3 diff --git a/website/src/docs/changelog.md b/website/src/docs/changelog.md index f6374411..44288651 100644 --- a/website/src/docs/changelog.md +++ b/website/src/docs/changelog.md @@ -5,7 +5,7 @@ outline: deep # Changelog -## Unreleased +## v3.45.3 - 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