diff --git a/CHANGELOG.md b/CHANGELOG.md index 1efeedcf4..92ef6c445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [24.2.3] - 2026-07-29 + +### Fixed + +- Vendor latest robustcheckout + ## [24.2.2] - 2026-07-28 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index c3446c4dd..21bc1b94a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ ### Project [project] name = "taskcluster-taskgraph" -version = "24.2.2" +version = "24.2.3" description = "Build taskcluster taskgraphs" readme = "README.rst" authors = [ diff --git a/uv.lock b/uv.lock index 2c1b3aff4..5fbae3c67 100644 --- a/uv.lock +++ b/uv.lock @@ -3176,7 +3176,7 @@ wheels = [ [[package]] name = "taskcluster-taskgraph" -version = "24.2.2" +version = "24.2.3" source = { editable = "." } dependencies = [ { name = "appdirs" },