Skip to content

Commit

Permalink
chore: release v0.9.10 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakiali authored and ahau-square committed Nov 6, 2024
1 parent 1a063e9 commit 05d636b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ 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.10] - 2024-11-05
- fix: bump version of exchange to 0.9.9

## [0.9.9] - 2024-11-04
- fix: only run summarize when there is something to summarize vs up front (#195)
- feat: add browser toolkit (#179)
Expand Down
2 changes: 1 addition & 1 deletion packages/exchange/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ai-exchange"
version = "0.9.8"
version = "0.9.9"
description = "a uniform python SDK for message generation with LLMs"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[project]
name = "goose-ai"
description = "a programming agent that runs on your machine"
version = "0.9.9"
version = "0.9.10"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"ai-exchange==0.9.8",
"ai-exchange==0.9.9",
"attrs>=23.2.0",
"rich>=13.7.1",
"ruamel-yaml>=0.18.6",
Expand Down

0 comments on commit 05d636b

Please sign in to comment.