From 6e8e4cb200932137b6b5f36324024933a9d0e671 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 20:37:30 +0000 Subject: [PATCH] chore(main): release 0.7.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..13708fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cdee091..0b0287a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.1](https://github.com/maful/inline/compare/v0.7.0...v0.7.1) (2026-09-12) + + +### Bug Fixes + +* bound log memory usage ([#23](https://github.com/maful/inline/issues/23)) ([73383cb](https://github.com/maful/inline/commit/73383cb2523ff43c016a7a248fb680ece283076c)) +* **ui:** sanitize terminal control sequences ([#22](https://github.com/maful/inline/issues/22)) ([184c7fe](https://github.com/maful/inline/commit/184c7fe250e1a42b1c7d1abbc98a449b04efae22)) + + +### Miscellaneous Chores + +* upgrade Go to 1.27.1 ([#20](https://github.com/maful/inline/issues/20)) ([b1c95c1](https://github.com/maful/inline/commit/b1c95c1e36d634f9e468d71273a3481ab2791c7e)) + ## [0.7.0](https://github.com/maful/inline/compare/v0.6.0...v0.7.0) (2026-09-05)