Browse Source

chore: update version to 0.7.1 instead of 0.8.0

darrenhinde 6 months ago
parent
commit
411e7c88ac
3 changed files with 3 additions and 3 deletions
  1. 1 1
      CHANGELOG.md
  2. 1 1
      VERSION
  3. 1 1
      package.json

+ 1 - 1
CHANGELOG.md

@@ -3,7 +3,7 @@
 All notable changes to this project will be documented in this file.
 
 ## [Unreleased]
-## [0.8.0] - 2026-01-30
+## [0.7.1] - 2026-01-30
 
 ### Changes
 - feat: Context path configuration and documentation reorganization (#143)

+ 1 - 1
VERSION

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

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@nextsystems/oac",
-  "version": "0.8.0",
+  "version": "0.7.1",
   "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"