Skip to content

Commit d61f092

Browse files
authored
chore: bump version 0.9.11 (#220)
1 parent a00f578 commit d61f092

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.11] - 2024-11-05
9+
- fix: removed the unexpected tracing message (#219)
10+
811
## [0.9.10] - 2024-11-05
912
- fix: bump version of exchange to 0.9.9
1013

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "goose-ai"
33
description = "a programming agent that runs on your machine"
4-
version = "0.9.10"
4+
version = "0.9.11"
55
readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [

0 commit comments

Comments
 (0)