Skip to content

Commit 0a755b4

Browse files
github-actions[bot]JSONbored
authored andcommitted
chore(release): cut engine v0.2.0
1 parent f46aa4a commit 0a755b4

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packages/gittensory-mcp": "0.7.0",
3-
"packages/gittensory-engine": "0.1.0"
3+
"packages/gittensory-engine": "0.2.0"
44
}

packages/gittensory-engine/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/JSONbored/gittensory/compare/engine-v0.1.0...engine-v0.2.0) (2026-07-08)
4+
5+
6+
### Features
7+
8+
* **review:** add REES complexity and Go/Python error-defect analyzers ([#4155](https://github.com/JSONbored/gittensory/issues/4155)) ([f5c5c52](https://github.com/JSONbored/gittensory/commit/f5c5c5237da04910688369dbf0cf2a1d9371593e))
9+
* **review:** per-repo opt-in to let a confident AI-judgment blocker gate the merge ([#4171](https://github.com/JSONbored/gittensory/issues/4171)) ([4664ad2](https://github.com/JSONbored/gittensory/commit/4664ad25f4c729ded6a37c3d5d6d5a56857d73e7))
10+
11+
12+
### Fixes
13+
14+
* **engine:** fix stale test fixtures, wire the suite into test:ci ([#4150](https://github.com/JSONbored/gittensory/issues/4150)) ([5a4de69](https://github.com/JSONbored/gittensory/commit/5a4de69a67ae0d1704284d6237cd70d34ee2461a))
15+
16+
## Changelog
17+
318
## engine-v0.1.0 - 2026-07-01
419

520
### Features

packages/gittensory-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonbored/gittensory-engine",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"license": "AGPL-3.0-only",
55
"type": "module",
66
"description": "Shared deterministic engine logic for the Gittensory review stack and gittensory-miner.",

0 commit comments

Comments
 (0)