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():