diff --git a/Cargo.lock b/Cargo.lock index fdbd5f9..eedf971 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1926,7 +1926,7 @@ dependencies = [ [[package]] name = "operator" -version = "0.1.20" +version = "0.1.21" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c4adad4..560eb20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "operator" -version = "0.1.20" +version = "0.1.21" edition = "2021" description = "Multi-agent orchestration dashboard for gbqr.us" authors = ["gbqr.us"] diff --git a/VERSION b/VERSION index baa9837..7906299 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.20 +0.1.21 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0a48392..a05ba79 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,7 @@ steps: --name "${{ parameters.blobName }}" ` --file "$(Build.StagingDirectory)\unsigned.exe" - - task: ArtifactSigning@0 + - task: ArtifactSigning@1 displayName: Sign with Trusted Signing inputs: AzureTenantID: $(AzureTenantID) diff --git a/backstage-server/package.json b/backstage-server/package.json index 4a33eee..665a531 100644 --- a/backstage-server/package.json +++ b/backstage-server/package.json @@ -1,6 +1,6 @@ { "name": "operator-backstage", - "version": "0.1.20", + "version": "0.1.21", "author": { "name": "Samuel Volin", "email": "untra.sam@gmail.com", diff --git a/docs/_config.yml b/docs/_config.yml index dda6d70..7aec3bc 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -42,7 +42,7 @@ collections_dir: . # Permalink structure permalink: pretty -version: 0.1.20 +version: 0.1.21 # Google Analytics ga_tag: G-5JZPJWWT7S # Replace with actual GA4 measurement ID from analytics.google.com diff --git a/opr8r/Cargo.toml b/opr8r/Cargo.toml index de0fe28..e96ec2c 100644 --- a/opr8r/Cargo.toml +++ b/opr8r/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "opr8r" -version = "0.1.20" +version = "0.1.21" edition = "2021" description = "Minimal CLI wrapper for LLM commands in multi-step ticket workflows" license = "MIT" diff --git a/vscode-extension/package.json b/vscode-extension/package.json index 7eb4a5b..dd37373 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -2,7 +2,7 @@ "name": "operator-terminals", "displayName": "Operator! Terminals for vscode", "description": "VS Code terminal integration for Operator! multi-agent orchestration", - "version": "0.1.20", + "version": "0.1.21", "publisher": "untra", "author": { "name": "Samuel Volin", diff --git a/vscode-extension/src/webhook-server.ts b/vscode-extension/src/webhook-server.ts index 83f2591..123204e 100644 --- a/vscode-extension/src/webhook-server.ts +++ b/vscode-extension/src/webhook-server.ts @@ -22,7 +22,7 @@ import { SessionInfo, } from './types'; -const VERSION = '0.1.20'; +const VERSION = '0.1.21'; /** * HTTP server for operator <-> extension communication