Skip to content

Commit

Permalink
chore(release): release version 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
baxen committed Sep 26, 2024
1 parent d93f551 commit e1ce754
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e1ce754

Please sign in to comment.