Release 0.25a0

Refs #887, #903, #904, #908
This commit is contained in:
Simon Willison 2025-04-10 17:28:36 -07:00
parent e9b002d997
commit 6273bc79ff
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
# Changelog
(v0_25a0)=
## 0.25a0 (2025-04-10)
- `llm models --options` now shows keys and environment variables for models that use API keys. Thanks, [Steve Morin](https://github.com/smorin). [#903](https://github.com/simonw/llm/issues/903)
- Added `py.typed` marker file so LLM can now be used as a dependency in projects that use `mypy` without a warning. [#887](https://github.com/simonw/llm/issues/887)
- `$` characters can now be used in templates by escaping them as `$$`. Thanks, [@guspix](https://github.com/guspix). [#904](https://github.com/simonw/llm/issues/904)
- LLM now uses `pyproject.toml` instead of `setup.py`. [#908](https://github.com/simonw/llm/issues/908)
(v0_24_2)=
## 0.24.2 (2025-04-08)

View file

@ -1,6 +1,6 @@
[project]
name = "llm"
version = "0.24.2"
version = "0.25a0"
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."
readme = { file = "README.md", content-type = "text/markdown" }
authors = [