Browse Source

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

github-actions[bot] 7 months ago
parent
commit
28131d3559
3 changed files with 26 additions and 2 deletions
  1. 24 0
      CHANGELOG.md
  2. 1 1
      VERSION
  3. 1 1
      package.json

+ 24 - 0
CHANGELOG.md

@@ -6,6 +6,30 @@ 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).
 
 ## [Unreleased]
+## [0.1.0] - 2025-12-08
+
+### Changes
+- feat: ExecutionBalanceEvaluator and docs (#27)
+
+* feat(evals): add ExecutionBalanceEvaluator, docs, tests, version bumps
+
+* chore: remove obsolete package-lock in evals/framework pre-rebase
+
+* chore: translate ExecutionBalanceEvaluator and test files from Spanish to English
+
+- Translate all code comments and documentation in execution-balance-evaluator.ts
+- Translate test descriptions and prompts in execution-balance-positive.yaml
+- Translate test descriptions and prompts in execution-balance-negative.yaml
+
+This ensures consistency with the rest of the English codebase as requested in PR review.
+
+* fix(docs): translate Spanish content to English in documentation
+
+---------
+
+Co-authored-by: Alexander Daza <dev.alexander@example.com>
+Co-authored-by: Darren Hinde <107584450+darrenhinde@users.noreply.github.com>
+
 
 _No unreleased changes yet._
 

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.0.2
+0.1.0

+ 1 - 1
package.json

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