Release 0.4.1

Refs #42, #43, #44, #45, #50
This commit is contained in:
Simon Willison 2023-06-17 22:35:38 +01:00
parent aefac5cc85
commit 6c321a3a15
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,13 @@
# Changelog
(v0_4_1)=
## 0.4.1 (2023-06-17)
- LLM can now be installed using Homebrew: `brew install simonw/llm/llm`. [#50](https://github.com/simonw/llm/issues/50)
- `llm` is now styled LLM in the documentation. [#45](https://github.com/simonw/llm/issues/45)
- Examples in documentation now include a copy button. [#43](https://github.com/simonw/llm/issues/43)
- `llm templates` command no longer has its display disrupted by newlines. [#42](https://github.com/simonw/llm/issues/42)
- `llm templates` command now includes system prompt, if set. [#44](https://github.com/simonw/llm/issues/44)
(v0_4)=
## 0.4 (2023-06-17)

View file

@ -1,7 +1,7 @@
from setuptools import setup
import os
VERSION = "0.4"
VERSION = "0.4.1"
def get_long_description():