mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-19 03:01:07 +00:00
parent
454eadddff
commit
e3b8371c58
2 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
2
setup.py
2
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():
|
||||
|
|
|
|||
Loading…
Reference in a new issue