mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 22:50:18 +00:00
Bump version to 0.1.4 and update CHANGELOG to introduce Session class for managing multiple conversations
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
Release History
|
||||
===============
|
||||
|
||||
## 0.1.4 (2024-10-30)
|
||||
|
||||
- Introduce `Session` class to manage multiple conversations.
|
||||
- General improvements.
|
||||
|
||||
## 0.1.3 (2024-10-30)
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "simplemind"
|
||||
version = "0.1.3"
|
||||
version = "0.1.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.11"
|
||||
|
||||
Reference in New Issue
Block a user