From 9a8641041f19e82a0d46ddcabbc106e29f67df49 Mon Sep 17 00:00:00 2001 From: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:02:21 -0700 Subject: [PATCH] 0.0.6 Notes --- README.md | 2 +- api/CHANGELOG.md | 16 ++++++++++++++++ api/pyproject.toml | 2 +- sdk/CHANGELOG.md | 9 +++++++++ sdk/pyproject.toml | 2 +- 5 files changed, 28 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30a5034..0c020cd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 🫡 Honcho -![Static Badge](https://img.shields.io/badge/Version-0.0.5-blue) +![Static Badge](https://img.shields.io/badge/Version-0.0.6-blue) [![Discord](https://img.shields.io/discord/1016845111637839922?style=flat&logo=discord&logoColor=23ffffff&label=Plastic%20Labs&labelColor=235865F2)](https://discord.gg/plasticlabs) ![GitHub License](https://img.shields.io/github/license/plastic-labs/honcho) ![GitHub Repo stars](https://img.shields.io/github/stars/plastic-labs/honcho) diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 2385bc2..275e9e3 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.0.6] — 2024-03-21 + +### Added + +* Full docker-compose for API and Database + +### Fixed + +* API Response schema removed unnecessary fields +* OTEL logging to properly work with async database engine + +### Changed + +* Refactored API server into multiple route files + + ## [0.0.5] — 2024-03-14 ### Added diff --git a/api/pyproject.toml b/api/pyproject.toml index de8f327..17c6c60 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "honcho" -version = "0.0.5" +version = "0.0.6" description = "Honcho Server" authors = ["Plastic Labs "] readme = "README.md" diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 112e65b..397baf0 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.0.6] — 2024-03-21 + +### Added + +* Full docstring coverage +* Code coverage tests +* Add LangChain to Honcho message converter in both directions +* Synonym `init` function that acts the same as `initialize` + ## [0.0.5] — 2024-03-14 ### Added diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index 601f4c0..a4eb01c 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "honcho-ai" -version = "0.0.5" +version = "0.0.6" description = "Python Client SDK for Honcho" authors = ["Plastic Labs "] license = "AGPL-3.0"