Skip to content

Commit 845322e

Browse files
committed
Release 0.19a1
Refs #644
1 parent 8a7b0c4 commit 845322e

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_19a1)=
4+
## 0.19a1 (2024-11-19)
5+
6+
- `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)
7+
38
(v0_19a0)=
49
## 0.19a0 (2024-11-19)
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.19a0"
4+
VERSION = "0.19a1"
55

66

77
def get_long_description():

0 commit comments

Comments
 (0)