From 056834f4a8684460094eb079da176f4fd92bb495 Mon Sep 17 00:00:00 2001 From: Santiago Date: Mon, 22 Jun 2026 17:12:25 -0300 Subject: [PATCH] chore: release 0.14.2 Co-Authored-By: Claude Opus 4.8 (1M context) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec47f2f..e0e4985 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -572,7 +572,7 @@ checksum = "382ce8820a5bb815055d3553a610e8cb542b2d767bbacea99038afda96cd760d" [[package]] name = "cshell" -version = "0.14.1" +version = "0.14.2" dependencies = [ "anyhow", "backoff", diff --git a/Cargo.toml b/Cargo.toml index b0fedcf..de5b460 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cshell" -version = "0.14.1" +version = "0.14.2" edition = "2021" rust-version = "1.88.0" authors = ["TxPipe "]