Release 0.24.2

Refs #901, #902
This commit is contained in:
Simon Willison 2025-04-08 20:00:29 -07:00
parent 454eadddff
commit e3b8371c58
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Changelog
(v0_24_2)=
## 0.24.2 (2025-04-08)
- Fixed a bug on Windows with the new `llm -t path/to/file.yaml` feature. [#901](https://github.com/simonw/llm/issues/901)
(v0_24_1)=
## 0.24.1 (2025-04-08)

View file

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
VERSION = "0.24.1"
VERSION = "0.24.2"
def get_long_description():