Skip to content

Commit

Permalink
Release 0.19a1
Browse files Browse the repository at this point in the history
Refs #644
  • Loading branch information
simonw committed Nov 20, 2024
1 parent 8a7b0c4 commit 845322e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

(v0_19a1)=
## 0.19a1 (2024-11-19)

- `response.usage()` and async response `await response.usage()` methods, returning a `Usage(input=2, output=1, details=None)` dataclass. [#644](https://github.com/simonw/llm/issues/644)

(v0_19a0)=
## 0.19a0 (2024-11-19)

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.19a0"
VERSION = "0.19a1"


def get_long_description():
Expand Down

0 comments on commit 845322e

Please sign in to comment.