We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de11fcd commit ac86795Copy full SHA for ac86795
docs/changelog.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+(v0_24a0)=
4
+## 0.24a0 (2025-02-28)
5
+
6
+- Alpha release with experimental `register_template_loaders()` plugin hook. [#809](https://github.com/simonw/llm/issues/809)
7
8
(v0_23)=
9
## 0.23 (2025-02-28)
10
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
-VERSION = "0.23"
+VERSION = "0.24a0"
def get_long_description():
0 commit comments