Update CHANGELOG.md and pyproject.toml for version 0.2.4

This commit is contained in:
2024-11-11 11:38:03 -05:00
parent b7e950a8f0
commit 5fa67c3b2f
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,6 +1,11 @@
Release History
===============
## 0.2.4 (2024-11-11)
- General improvements.
## 0.2.3 (2024-11-04)
- Remove default max-tokens for OpenAI provider.
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "simplemind"
version = "0.2.3"
version = "0.2.4"
description = "An experimental client for AI providers that intends to replace LangChain and LangGraph for most common use cases."
readme = "README.md"
requires-python = ">=3.10"