Skip to content

Commit ac86795

Browse files
committed
Release 0.24a0
Refs #809
1 parent de11fcd commit ac86795

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
(v0_23)=
49
## 0.23 (2025-02-28)
510

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
import os
33

4-
VERSION = "0.23"
4+
VERSION = "0.24a0"
55

66

77
def get_long_description():

0 commit comments

Comments
 (0)