chore: Update versioning for release
This commit is contained in:
parent
c2a50241cc
commit
63cdb6ba66
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -5,14 +5,26 @@ 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.17]
|
||||
|
||||
### Added
|
||||
|
||||
- JWT based API authentication
|
||||
- Configurable logging
|
||||
|
||||
### Changed
|
||||
|
||||
- Deriver & Dialectic API to use Hybrid Memory Architecture
|
||||
- Metamessages are not strictly tied to a message
|
||||
|
||||
## [0.0.16]
|
||||
|
||||
## Added
|
||||
### Added
|
||||
|
||||
- Detailed custom exceptions for better error handling
|
||||
- CLAUDE.md for claude code
|
||||
|
||||
## Changed
|
||||
### Changed
|
||||
|
||||
- Deriver to use a new cognitive architecture that only updates on user messages
|
||||
and updates user representation to apply more confidence scores to its known
|
||||
|
|
@ -22,7 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
- SQLAlchemy echo changed to false by default, can be enabled with SQL_DEBUG
|
||||
environment flag
|
||||
|
||||
## Fixed
|
||||
### Fixed
|
||||
|
||||
- Self-hosting documentation and README to mention `uv` instead of `poetry`
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# 🫡 Honcho
|
||||
|
||||

|
||||

|
||||
[](https://discord.gg/plasticlabs)
|
||||
[](https://arxiv.org/abs/2310.06983)
|
||||

|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "honcho"
|
||||
version = "0.0.16"
|
||||
version = "0.0.17"
|
||||
description = "Honcho Server"
|
||||
authors = [
|
||||
{name = "Plastic Labs", email = "hello@plasticlabs.ai"},
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ app = FastAPI(
|
|||
summary="An API for adding personalization to AI Apps",
|
||||
description="""This API is used to store data and get insights about users for AI
|
||||
applications""",
|
||||
version="0.0.16",
|
||||
version="0.0.17",
|
||||
contact={
|
||||
"name": "Plastic Labs",
|
||||
"url": "https://plasticlabs.ai",
|
||||
|
|
|
|||
Loading…
Reference in New Issue