We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00f578 commit d61f092Copy full SHA for d61f092
CHANGELOG.md
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.9.11] - 2024-11-05
9
+- fix: removed the unexpected tracing message (#219)
10
+
11
## [0.9.10] - 2024-11-05
12
- fix: bump version of exchange to 0.9.9
13
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "goose-ai"
3
description = "a programming agent that runs on your machine"
4
-version = "0.9.10"
+version = "0.9.11"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
0 commit comments