From 3ba9190464c3d8c7500e7b59d1ec2ec3a5013a3d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 09:11:16 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 91afe94..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.24" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 78810ce..cb66d10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0](https://github.com/isanchez31/opencode-sandbox-plugin/compare/v0.1.24...v0.2.0) (2026-02-28) + + +### Added + +* add CodeRabbit AI code review configuration ([#25](https://github.com/isanchez31/opencode-sandbox-plugin/issues/25)) ([ed9c89f](https://github.com/isanchez31/opencode-sandbox-plugin/commit/ed9c89f5ae4ed26b19af42ae436136a7ca9eff1f)) +* add OpenSSF Scorecard security analysis ([#23](https://github.com/isanchez31/opencode-sandbox-plugin/issues/23)) ([e717ef0](https://github.com/isanchez31/opencode-sandbox-plugin/commit/e717ef048a29e2b80e0ca1233783e33c06a1e27e)) +* add Socket Security supply chain scanning ([#24](https://github.com/isanchez31/opencode-sandbox-plugin/issues/24)) ([5072dac](https://github.com/isanchez31/opencode-sandbox-plugin/commit/5072dac088fa147665a5370103507e78445a7e48)) + + +### Fixed + +* remove redundant Socket Security workflow ([#27](https://github.com/isanchez31/opencode-sandbox-plugin/issues/27)) ([544b6a3](https://github.com/isanchez31/opencode-sandbox-plugin/commit/544b6a3746b2e9e99db881fce14c162468928061)) + ## [0.1.24](https://github.com/isanchez31/opencode-sandbox-plugin/compare/v0.1.23...v0.1.24) (2026-02-28) diff --git a/package.json b/package.json index 0f9da03..5aa49bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-sandbox", - "version": "0.1.24", + "version": "0.2.0", "description": "OpenCode plugin that sandboxes agent commands using @anthropic-ai/sandbox-runtime (seatbelt on macOS, bubblewrap on Linux)", "type": "module", "main": "dist/index.js",