From e3b8371c58283e4d3bdae78d2943cc72ed8c1746 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 8 Apr 2025 20:00:29 -0700 Subject: [PATCH] Release 0.24.2 Refs #901, #902 --- docs/changelog.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index c613c78..492d3ee 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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) diff --git a/setup.py b/setup.py index 9597bb3..4857ead 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import os -VERSION = "0.24.1" +VERSION = "0.24.2" def get_long_description():