1 Commits

3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,6 +1,11 @@
Release History
===============
## 0.1.5 (2024-10-31)
- Add Gemini provider.
- Add structured response to Gemini provider.
## 0.1.4 (2024-10-30)
- Introduce `Session` class to manage repeatability.
+1 -1
View File
@@ -16,7 +16,7 @@ import simplemind
project = "simplemind"
copyright = "2024 Kenneth Reitz"
author = "Kenneth Reitz"
release = "v0.1.4"
release = "v0.1.5"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "simplemind"
version = "0.1.4"
version = "0.1.5"
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"