From 3b1df169aa19f3d62438b508ab8e7f0dab997140 Mon Sep 17 00:00:00 2001 From: pr0uxx Date: Thu, 30 Jul 2026 10:23:39 +0100 Subject: [PATCH] Bump to 0.0.3-beta1 and update Socket CLI Updates the project version from 0.0.3-alpha1 to 0.0.3-beta1 and aligns release metadata accordingly. Also upgrades the Socket CLI dependency in the security reachability workflow from socketsecurity 2.5.5 to 2.5.6. --- .github/workflows/Security-Reachability.yml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Security-Reachability.yml b/.github/workflows/Security-Reachability.yml index 76fa353..064dcba 100644 --- a/.github/workflows/Security-Reachability.yml +++ b/.github/workflows/Security-Reachability.yml @@ -80,7 +80,7 @@ jobs: # validate:package:skip-reachability command so workflow validation does not modify its checkout. - name: Install Socket CLI background: true - run: sfw pip install socketsecurity==2.5.5 uv --upgrade + run: sfw pip install socketsecurity==2.5.6 uv --upgrade # Bring job back to sync execution by awaiting for all async jobs to finish before continuing - name: Steps - Convert Back To Synchronous Execution - Packages Updates/Setup diff --git a/package-lock.json b/package-lock.json index 1793e0d..d14e183 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@software-hardware-integration-lab/log-engine", - "version": "0.0.3-alpha1", + "version": "0.0.3-beta1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@software-hardware-integration-lab/log-engine", - "version": "0.0.3-alpha1", + "version": "0.0.3-beta1", "hasInstallScript": true, "dependencies": { "typia": "~12.1.1" diff --git a/package.json b/package.json index 4c7cb40..8ae5ec5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.3-alpha1", + "version": "0.0.3-beta1", "name": "@software-hardware-integration-lab/log-engine", "description": "Logging engine with ability to add plugins for any destination", "author": "Michael Howard",