Browse Source

chore: bump version to v0.3.0 [skip ci]

github-actions[bot] 4 months ago
parent
commit
acd84249a0
3 changed files with 14 additions and 2 deletions
  1. 12 0
      CHANGELOG.md
  2. 1 1
      VERSION
  3. 1 1
      package.json

+ 12 - 0
CHANGELOG.md

@@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ## [0.1.0-alpha.1] - 2025-11-26
+## [0.3.0] - 2025-11-26
+
+### Changes
+- feat(ci): skip redundant tests on PR merge
+
+Tests only run on:
+- Pull requests (CI checks)
+- Direct pushes to main
+- Manual workflow dispatch
+
+PR merges skip tests (already passed) but still trigger version bump.
+
 ## [0.2.0] - 2025-11-26
 
 ### Changes

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.2.0
+0.3.0

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "opencode-agents",
-  "version": "0.2.0",
+  "version": "0.3.0",
   "description": "OpenCode agent evaluation framework and test suites",
   "private": true,
   "workspaces": [