Explorar o código

chore: bump version to v0.8.0

github-actions[bot] hai 4 meses
pai
achega
1eb7173343
Modificáronse 3 ficheiros con 7 adicións e 2 borrados
  1. 5 0
      CHANGELOG.md
  2. 1 1
      VERSION
  3. 1 1
      package.json

+ 5 - 0
CHANGELOG.md

@@ -3,6 +3,11 @@
 All notable changes to this project will be documented in this file.
 
 ## [Unreleased]
+## [0.8.0] - 2026-03-11
+
+### Changes
+- feat(plugin): add settings.json with opusplan model (#264)
+
 ## [0.7.1] - 2026-01-30
 
 ### Changes

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.7.1
+0.8.0

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@nextsystems/oac",
-  "version": "0.7.1",
+  "version": "0.8.0",
   "description": "AI agent framework for plan-first development workflows with approval-based execution. Multi-language support for TypeScript, Python, Go, Rust and more.",
   "workspaces": [
     "evals/framework"