From 9bf5dfc15acb3290b8df732bb548860fbd2b8751 Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:36:15 -0700 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2075cc..fb80703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] - 2026-06-03 + +### Changed + +- deps: bump hotdata-runtime to >=0.2.4 and hotdata SDK to >=0.2.6 + ## [0.1.1] - 2026-06-01 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 2b23daa..a789002 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "hatchling.build" [project] name = "hotdata-langchain" -version = "0.1.1" +version = "0.1.2" description = "LangChain tools for Hotdata runtime" readme = "README.md" requires-python = ">=3.10" license = { text = "MIT" } dependencies = [ - "hotdata-runtime>=0.2.1", - "hotdata>=0.2.5", + "hotdata-runtime>=0.2.4", + "hotdata>=0.2.6", "langchain-core>=0.3.0", ]