From 56a39a73afbfbced0925c7fdbf3f238ca8d39919 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 13 Jul 2026 15:10:50 +0000 Subject: [PATCH] Bump version to 0.19.1 Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01KKWe2YaUg9Gckw8Upgyby6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94ff410..ebac48b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1361,7 +1361,7 @@ dependencies = [ [[package]] name = "tysm" -version = "0.19.0" +version = "0.19.1" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index f1584e1..b6064d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tysm" -version = "0.19.0" +version = "0.19.1" edition = "2021" description = "Batteries-included Rust OpenAI Client" license = "MIT"