From dc487c98aa6190fc6fd0d72346d7037dc7656af7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 22:13:58 +0000 Subject: [PATCH] chore(main): release 0.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c19785f..4ff8c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/joshrotenberg/codex_wrapper_ex/compare/v0.2.0...v0.2.1) (2026-03-31) + + +### Bug Fixes + +* use Port with closed stdin to prevent Codex CLI hang ([#34](https://github.com/joshrotenberg/codex_wrapper_ex/issues/34)) ([328ea18](https://github.com/joshrotenberg/codex_wrapper_ex/commit/328ea18d495407fb011756b46c5a35dc3e0ebba4)), closes [#33](https://github.com/joshrotenberg/codex_wrapper_ex/issues/33) + ## [0.2.0](https://github.com/joshrotenberg/codex_wrapper_ex/compare/v0.1.0...v0.2.0) (2026-03-31) diff --git a/mix.exs b/mix.exs index 3cb2bc8..9070a56 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule CodexWrapperEx.MixProject do use Mix.Project - @version "0.2.0" + @version "0.2.1" @source_url "https://github.com/joshrotenberg/codex_wrapper_ex" def project do