Browse Source

chore: bump version to v0.7.1 (#144)

* chore: bump version to v0.8.0

* chore: update version to 0.7.1 instead of 0.8.0

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: darrenhinde <107584450+darrenhinde@users.noreply.github.com>
github-actions[bot] 2 months ago
parent
commit
e8497372eb
3 changed files with 7 additions and 2 deletions
  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.7.1] - 2026-01-30
+
+### Changes
+- feat: Context path configuration and documentation reorganization (#143)
+
 ## [0.7.0] - 2026-01-29
 
 ### Changes

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.7.0
+0.7.1

+ 1 - 1
package.json

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