From e1ce7549d4ba9433351f21a22695cdd5574878c4 Mon Sep 17 00:00:00 2001 From: Bradley Axen Date: Wed, 25 Sep 2024 16:32:54 -0700 Subject: [PATCH] chore(release): release version 0.9.3 --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b111e0..735b7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.3] - 2024-09-25 + +- test: reduce code redundancy in openai based test +- fix: improve ollama workflow from CI (#53) +- ci: enables ollama integration tests (#23) +- feat: convert openai related tests to VCR (#50) + ## [0.9.2] - 2024-09-20 - feat: collect total token usages (#32) @@ -18,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - chore: add just command for releases and update pyproject for changelog (#43) - feat: convert ollama provider to an openai configuration (#34) - fix: Bedrock Provider request (#29) -- test: Update truncate and summarize tests to check for sytem prompt t… (#42) +- test: Update truncate and summarize tests to check for sytem prompt (#42) - chore: update test_tools to read a file instead of get a password (#38) - fix: Use placeholder message to check tokens (#41) - feat: rewind to user message (#30) diff --git a/pyproject.toml b/pyproject.toml index 7ef2295..eacca69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ai-exchange" -version = "0.9.2" +version = "0.9.3" description = "a uniform python SDK for message generation with LLMs" readme = "README.md" requires-python = ">=3.10"