From efded8fa0f9804f0d17a355c5e6d05d4a501902b Mon Sep 17 00:00:00 2001 From: Bradley Axen Date: Fri, 18 Oct 2024 13:59:47 -0700 Subject: [PATCH] chore: release v0.9.6 (#167) --- CHANGELOG.md | 12 ++++++++++++ packages/exchange/pyproject.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76feea9e3..5abb7e07b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.6] - 2024-10-18 +- fix: update summarizer_exchange model to use default model from input exchange (#139) +- feat: Add synopisis approach for the core goose loop (#166) +- feat: web browsing (#154) +- chore: restrict python version (#162) +- feat: Run with resume session (#153) +- refactor: move langfuse wrapper to a module in exchange instead of a package (#138) +- docs: add subheaders to the 'Other ways to run Goose' section (#155) +- fix: Remove tools from exchange when summarizing files (#157) +- chore: use primitives instead of typing imports and fixes completion … (#149) +- chore: make vcr tests pretty-print JSON (#146) + ## [0.9.5] - 2024-10-15 - chore: updates ollama default model from mistral-nemo to qwen2.5 (#150) - feat: add vision support for Google (#141) diff --git a/packages/exchange/pyproject.toml b/packages/exchange/pyproject.toml index a25782f9f..768907d46 100644 --- a/packages/exchange/pyproject.toml +++ b/packages/exchange/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ai-exchange" -version = "0.9.5" +version = "0.9.6" description = "a uniform python SDK for message generation with LLMs" readme = "README.md" requires-python = ">=3.10" diff --git a/pyproject.toml b/pyproject.toml index af13a3b8c..256f7acfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "goose-ai" description = "a programming agent that runs on your machine" -version = "0.9.5" +version = "0.9.6" readme = "README.md" requires-python = ">=3.10, <=3.12" dependencies = [