Skip to content

Commit

Permalink
0.0.6 Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
VVoruganti committed Mar 21, 2024
1 parent 3026e41 commit 9a86410
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
16 changes: 16 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "honcho"
version = "0.0.5"
version = "0.0.6"
description = "Honcho Server"
authors = ["Plastic Labs <[email protected]>"]
readme = "README.md"
Expand Down
9 changes: 9 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "AGPL-3.0"
Expand Down

0 comments on commit 9a86410

Please sign in to comment.