Skip to content

Commit 3668a78

Browse files
committed
CHANGELOG updates
1 parent d64bd2c commit 3668a78

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
28 August 2024 - v0.0.7
2+
3+
- Add the `cache_control` field to various API objects.
4+
- `MessagesResponse.system` is now a vec of `Content` objects.
5+
- Add cache_creation_input_tokens and cache_read_input_tokens to `Usage`
6+
- `MessagesResponse.usage` is now cumulative for streamed responses
7+
- Fix ToolChoice::SpecifiedTool structure (@philpax)
8+
- Add support for error events in streaming responses
19

210
28 July 2024 - v0.0.6
311

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[workspace.package]
3-
version = "0.0.6"
3+
version = "0.0.7"
44
edition = "2021"
55
authors = ["Aldo Cortesi <[email protected]>"]
66
description = "An complete, ergonomic SDK for Claude and the Anthropic API"
@@ -14,4 +14,4 @@ members = ["crates/*"]
1414

1515

1616
[workspace.dependencies]
17-
misanthropy = { version = "0.0.6", path = "crates/misanthropy" }
17+
misanthropy = { version = "0.0.7", path = "crates/misanthropy" }

0 commit comments

Comments
 (0)