From bd51d2ee03dc1cc2eb1f8362f9b264c34fd17dd1 Mon Sep 17 00:00:00 2001 From: Jason Choi Date: Sat, 13 Jun 2026 17:28:16 +0800 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9501588..2605b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/jasonchoimtt/agent-transcript/compare/v0.1.1...v0.1.2) - 2026-06-13 + +### Other + +- add demo gif +- add version badges +- update README about installer and new features + ## [0.1.1](https://github.com/jasonchoimtt/agent-transcript/compare/v0.1.0...v0.1.1) - 2026-06-13 ### Added diff --git a/Cargo.lock b/Cargo.lock index e815e03..0959069 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "agent-transcript" -version = "0.1.1" +version = "0.1.2" dependencies = [ "ansi-to-tui", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b5f0928..68727e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ path = "src/main.rs" [package] name = "agent-transcript" -version = "0.1.1" +version = "0.1.2" description = "Agent and transcript TUI" authors = ["Jason Choi "] license = "GPL-3.0-or-later"