From 840d41eb845991dc22af66dc4e22ec362cba64ea Mon Sep 17 00:00:00 2001 From: Lifei Zhou Date: Wed, 6 Nov 2024 13:30:23 +1100 Subject: [PATCH] chore: bump version 0.9.11 (#220) --- CHANGELOG.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 820b7780..d153aa32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.11] - 2024-11-05 +- fix: removed the unexpected tracing message (#219) + ## [0.9.10] - 2024-11-05 - fix: bump version of exchange to 0.9.9 diff --git a/pyproject.toml b/pyproject.toml index 0bbb2399..30380f49 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.10" +version = "0.9.11" readme = "README.md" requires-python = ">=3.10" dependencies = [