chore(release): goose 0.9.5 (#159)
This commit is contained in:
@@ -5,6 +5,14 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [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)
|
||||||
|
- fix: session resume with arg handled incorrectly (#145)
|
||||||
|
- docs: add release instructions to CONTRIBUTING.md (#143)
|
||||||
|
- docs: add link to action, IDE words (#140)
|
||||||
|
- docs: goosehints doc fix only (#142)
|
||||||
|
|
||||||
## [0.9.4] - 2024-10-10
|
## [0.9.4] - 2024-10-10
|
||||||
|
|
||||||
- revert: "feat: add local langfuse tracing option (#106)"
|
- revert: "feat: add local langfuse tracing option (#106)"
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "goose-ai"
|
name = "goose-ai"
|
||||||
description = "a programming agent that runs on your machine"
|
description = "a programming agent that runs on your machine"
|
||||||
version = "0.9.4"
|
version = "0.9.5"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|||||||
Reference in New Issue
Block a user