From aa19d691fed66292237d0694d9389ff624aa548d Mon Sep 17 00:00:00 2001 From: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com> Date: Mon, 1 Jun 2026 15:47:52 -0700 Subject: [PATCH] chore: release v0.1.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42cf173..d1f19c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.1.1] - 2026-06-01 + +### Changed + +- Release 0.1.1 + ## [0.1.0] - 2026-05-19 ### Added diff --git a/pyproject.toml b/pyproject.toml index 6942274..25141c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hotdata-llamaindex" -version = "0.1.0" +version = "0.1.1" description = "LlamaIndex tools for Hotdata runtime" readme = "README.md" requires-python = ">=3.10"