From 9ea3d361b190b91dcbeb2bd378d0029145dfd7f0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Aug 2026 15:33:34 +0000 Subject: [PATCH] chore(release): 1.18.4 [skip ci] ## [1.18.4](https://github.com/asepharyana/zesdex/compare/v1.18.3...v1.18.4) (2026-08-27) ### Performance Improvements * **tui:** render streaming token secara inkremental + kurangi redraw sia-sia ([2717216](https://github.com/asepharyana/zesdex/commit/271721694beb62e9fa5ff932312b293aa1d56823)) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32983c4..41b7e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.18.4](https://github.com/asepharyana/zesdex/compare/v1.18.3...v1.18.4) (2026-08-27) + + +### Performance Improvements + +* **tui:** render streaming token secara inkremental + kurangi redraw sia-sia ([2717216](https://github.com/asepharyana/zesdex/commit/271721694beb62e9fa5ff932312b293aa1d56823)) + ## [1.18.3](https://github.com/asepharyana/zesdex/compare/v1.18.2...v1.18.3) (2026-08-27) diff --git a/Cargo.toml b/Cargo.toml index 18929a6..1726472 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ members = [ ] [workspace.package] -version = "1.18.3" +version = "1.18.4" edition = "2021" authors = ["asepharyana "]