chore: Update versioning for release

This commit is contained in:
Vineeth Voruganti 2025-03-31 16:36:18 -04:00
parent c2a50241cc
commit 63cdb6ba66
5 changed files with 19 additions and 7 deletions

View File

@ -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`

View File

@ -1,6 +1,6 @@
# 🫡 Honcho
![Static Badge](https://img.shields.io/badge/Version-0.0.16-blue)
![Static Badge](https://img.shields.io/badge/Version-0.0.17-blue)
[![Discord](https://img.shields.io/discord/1016845111637839922?style=flat&logo=discord&logoColor=23ffffff&label=Plastic%20Labs&labelColor=235865F2)](https://discord.gg/plasticlabs)
[![arXiv](https://img.shields.io/badge/arXiv-2310.06983-b31b1b.svg)](https://arxiv.org/abs/2310.06983)
![GitHub License](https://img.shields.io/github/license/plastic-labs/honcho)

View File

@ -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"},

View File

@ -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",

View File

@ -416,7 +416,7 @@ wheels = [
[[package]]
name = "honcho"
version = "0.0.15"
version = "0.0.16"
source = { virtual = "." }
dependencies = [
{ name = "alembic" },