From f1339bec7103cef1582451c89bbf178985ac7348 Mon Sep 17 00:00:00 2001 From: Antoine Toussaint Date: Sat, 8 Aug 2026 21:45:58 -0400 Subject: [PATCH] release: v0.1.82 --- pkg/cli/info.yaml | 2 +- pkg/sourceworkspace/source.go | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/cli/info.yaml b/pkg/cli/info.yaml index 1dc19b7f..5d47cf64 100644 --- a/pkg/cli/info.yaml +++ b/pkg/cli/info.yaml @@ -1 +1 @@ -version: 0.1.81 +version: 0.1.82 diff --git a/pkg/sourceworkspace/source.go b/pkg/sourceworkspace/source.go index d1dc4bf6..e4ce0525 100644 --- a/pkg/sourceworkspace/source.go +++ b/pkg/sourceworkspace/source.go @@ -16,13 +16,13 @@ import ( ) const ( - GenericGoPluginVersion = "0.0.25" - GenericPythonPluginVersion = "0.0.29" - GenericPluginVersion = "0.0.19" + GenericGoPluginVersion = "0.0.26" + GenericPythonPluginVersion = "0.0.30" + GenericPluginVersion = "0.0.20" // NodePluginVersion is published under the historical nextjs agent name, // but owns generic Node.js/TypeScript validation as well as Next.js-specific // lifecycle behavior selected from the package manifest. - NodePluginVersion = "0.0.132" + NodePluginVersion = "0.0.133" RustPluginVersion = "0.0.22" SwiftPluginVersion = "0.0.14" pythonSetupMarker = "setup.py"