From 953e8ccead65f5ec1b20dc21e1e8c5570558ecbf Mon Sep 17 00:00:00 2001 From: David Abram Date: Sat, 15 Aug 2026 14:05:15 +0200 Subject: [PATCH 1/2] release: Bump version to 0.4.0-pre-alpha-v3 --- .version | 2 +- cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- npm/package.json | 2 +- packaging/flatpak/dev.crocoder.sce.metainfo.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.version b/.version index 569a0419..bc6e65bc 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.4.0-pre-alpha-v2 +0.4.0-pre-alpha-v3 diff --git a/cli/Cargo.lock b/cli/Cargo.lock index e2769131..1878a48b 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -3403,7 +3403,7 @@ dependencies = [ [[package]] name = "shared-context-engineering" -version = "0.4.0-pre-alpha-v2" +version = "0.4.0-pre-alpha-v3" dependencies = [ "anyhow", "apple-native-keyring-store", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 06aa4a3f..1ee161f4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shared-context-engineering" -version = "0.4.0-pre-alpha-v2" +version = "0.4.0-pre-alpha-v3" edition = "2021" description = "Shared Context Engineering CLI" license = "Apache-2.0" diff --git a/npm/package.json b/npm/package.json index c5bb9277..13a3c3d5 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "@crocoder-dev/sce", - "version": "0.4.0-pre-alpha-v2", + "version": "0.4.0-pre-alpha-v3", "description": "npm launcher package for the Shared Context Engineering CLI", "type": "module", "private": false, diff --git a/packaging/flatpak/dev.crocoder.sce.metainfo.xml b/packaging/flatpak/dev.crocoder.sce.metainfo.xml index fc27711f..9a1d1f9f 100644 --- a/packaging/flatpak/dev.crocoder.sce.metainfo.xml +++ b/packaging/flatpak/dev.crocoder.sce.metainfo.xml @@ -21,7 +21,7 @@ sce - + From 947bc69fdf355a7bdef07c4d1a590b33aac8b8af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 01:17:28 +0000 Subject: [PATCH 2/2] build(deps): bump github/codeql-action/analyze from 4.36.2 to 4.37.7 Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.36.2 to 4.37.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/8aad20d150bbac5944a9f9d289da16a4b0d87c1e...ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7cd34696..3be93c92 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -73,6 +73,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 + uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7 with: category: "/language:${{matrix.language}}"