Skip to content

Commit

Permalink
Release 0.18a0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 14, 2024
1 parent ba75c67 commit 041730d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

(v0_18a0)=
## 0.18a0 (2024-11-13)

Alpha support for **async models**. [#507](https://github.com/simonw/llm/issues/507)

Multiple [smaller changes](https://github.com/simonw/llm/compare/0.17.1...0.18a0).

(v0_17)=
## 0.17 (2024-10-29)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

VERSION = "0.17.1"
VERSION = "0.18a0"


def get_long_description():
Expand Down

0 comments on commit 041730d

Please sign in to comment.