diff --git a/CHANGELOG.md b/CHANGELOG.md index 714f2d6..876172e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ for GitHub Release notes, so every published version must have a matching ## [Unreleased] +## [0.6.0] - 2026-07-22 + ### Added - Link nested typed JSON `tool_result`/`tool_response` objects to earlier tool diff --git a/Cargo.lock b/Cargo.lock index 4416416..f53d2d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,7 +341,7 @@ dependencies = [ [[package]] name = "fmtview" -version = "0.5.4" +version = "0.6.0" dependencies = [ "anyhow", "assert_cmd", @@ -355,7 +355,7 @@ dependencies = [ [[package]] name = "fmtview-core" -version = "0.5.4" +version = "0.6.0" dependencies = [ "anyhow", "memchr", diff --git a/Cargo.toml b/Cargo.toml index a761853..95ac3a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ resolver = "3" [package] name = "fmtview" -version = "0.5.4" +version = "0.6.0" edition = "2024" rust-version = "1.85" description = "Fast CLI viewer for highlighting, search, and diffs across JSON, JSONL, HTML/XML, Markdown, TOML, text, and Jinja" @@ -20,7 +20,7 @@ exclude = [".github/", "npm/"] anyhow = "1.0.102" clap = { version = "4.6.1", features = ["derive"] } crossterm = "0.29.0" -fmtview-core = { version = "0.5.4", path = "crates/fmtview-core" } +fmtview-core = { version = "0.6.0", path = "crates/fmtview-core" } ratatui = { version = "0.30.0", default-features = false, features = ["crossterm"] } tempfile = "3.27.0" diff --git a/crates/fmtview-core/Cargo.toml b/crates/fmtview-core/Cargo.toml index ac44939..95bc76f 100644 --- a/crates/fmtview-core/Cargo.toml +++ b/crates/fmtview-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fmtview-core" -version = "0.5.4" +version = "0.6.0" edition = "2024" rust-version = "1.85" description = "Headless viewer engine for fmtview" diff --git a/npm/fmtview/package.json b/npm/fmtview/package.json index 0971ad4..07a3663 100644 --- a/npm/fmtview/package.json +++ b/npm/fmtview/package.json @@ -1,6 +1,6 @@ { "name": "fmtview", - "version": "0.5.4", + "version": "0.6.0", "description": "Fast CLI viewer for highlighting, search, and diffs across JSON, JSONL, HTML/XML, Markdown, TOML, text, and Jinja", "license": "MIT", "homepage": "https://github.com/siriusctrl/fmtview#readme",