From 0a3ab689492d6b1e1b721ef6f9c11fad20501385 Mon Sep 17 00:00:00 2001 From: Ivan Histand Date: Tue, 16 Jun 2026 17:49:15 -0500 Subject: [PATCH] release: SQLANVIL_VERSION 1.4.0 Adds `compile` node selection (--actions/--tags/--include-deps/ --include-dependents filter the compiled output) plus output-focused help text for those flags. DF_VERSION stays 3.0.59 (no upstream sync). Published @sqlanvil/core@1.4.0 and @sqlanvil/cli@1.4.0 to npm (latest). Co-Authored-By: Claude Opus 4.8 (1M context) --- version.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.bzl b/version.bzl index e8dc2efc..06d455c0 100644 --- a/version.bzl +++ b/version.bzl @@ -2,5 +2,5 @@ # SemVer line). DF_VERSION is the upstream dataform-co/dataform release this fork # is synced to — surfaced as metadata (e.g. `sqlanvil --version`), not the package # version. Bump SQLANVIL_VERSION for sqlanvil releases; bump DF_VERSION on upstream syncs. -SQLANVIL_VERSION = "1.3.0" +SQLANVIL_VERSION = "1.4.0" DF_VERSION = "3.0.59"