From 23b2a3bf68e156dbf100fd614fb74f40bad73644 Mon Sep 17 00:00:00 2001 From: Rafal Hawrylak Date: Tue, 25 Aug 2026 06:00:37 +0000 Subject: [PATCH] Bump DF_VERSION from 3.0.65 to 3.0.66 Bumps the npm package version to release the --timeout / --execution-timeout fix (#2247): restores --timeout as compile-only (3.0.63 semantics), adds --execution-timeout for the whole-run deadline, and surfaces a top-level reason line on cancellation so runs no longer exit 1 silently. --- version.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.bzl b/version.bzl index d62a9b0ae..4b1c57208 100644 --- a/version.bzl +++ b/version.bzl @@ -1 +1 @@ -DF_VERSION = "3.0.65" +DF_VERSION = "3.0.66"