Skip to content

Commit 921fae9

Browse files
committed
Release 0.27.1
Refs #1237, #1238, #1239. #1240
1 parent c41c122 commit 921fae9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
(v0_27_1)=
4+
## 0.27.1 (2025-08-11)
5+
6+
- `llm chat -t template` now correctly loads any tools that are included in that template. [#1239](https://github.com/simonw/llm/issues/1239)
7+
- Fixed a bug where `llm -m gpt5 -o reasoning_effort minimal --save gm` saved a template containing invalid YAML. [#1237](https://github.com/simonw/llm/issues/1237)
8+
- Fixed a bug where running `llm chat -t template` could cause prompts to be duplicated. [#1240](https://github.com/simonw/llm/issues/1240)
9+
- Less confusing error message if a requested toolbox class is unavailable. [#1238](https://github.com/simonw/llm/issues/1238)
10+
311
(v0_27)=
412
## 0.27 (2025-08-11)
513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "llm"
3-
version = "0.27"
3+
version = "0.27.1"
44
description = "CLI utility and Python library for interacting with Large Language Models from organizations like OpenAI, Anthropic and Gemini plus local models installed on your own machine."
55
readme = { file = "README.md", content-type = "text/markdown" }
66
authors = [

0 commit comments

Comments
 (0)