From 549dcecf0c857e1e8bd47a2b2a54ac5f6f6d61e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:42:16 +0000 Subject: [PATCH] chore(main): release 0.7.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0451653..a728893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.3](https://github.com/nicholls73/openbrain/compare/v0.7.2...v0.7.3) (2026-08-03) + + +### Bug Fixes + +* await y/N prompts so readline is not closed before input ([#112](https://github.com/nicholls73/openbrain/issues/112)) ([9445f43](https://github.com/nicholls73/openbrain/commit/9445f431d642ff3ec6caa83028530718a3a38988)) + ## [0.7.2](https://github.com/nicholls73/openbrain/compare/v0.7.1...v0.7.2) (2026-08-01) diff --git a/package.json b/package.json index e9589b2..cbd3c44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nicholls73/openbrain", - "version": "0.7.2", + "version": "0.7.3", "description": "🧠 Local-first shared memory layer for coding agents.", "license": "MIT", "repository": "github:nicholls73/openbrain",