Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-neko committed Mar 13, 2024
1 parent d203bff commit 5625548
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add the `Streaming Messages` API.

### Changed

- Improve type annotation of the `type` field in the `MessagesRespponseBody`.

## [0.1.0] - 2024-03-12

### Added

- Add the `Create a Message` API.

[unreleased]: https://github.com/mochi-neko/clust/compare/v0.1.0...HEAD
[unreleased]: https://github.com/mochi-neko/clust/compare/v0.2.0...HEAD

[0.2.0]: https://github.com/mochi-neko/clust/compare/v0.1.0...v0.2.0

[0.1.0]: https://github.com/mochi-neko/clust/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Mochineko <[email protected]>"]
rust-version = "1.76"
license = "MIT OR Apache-2.0"
readme = "README.md"
description = "An unofficial Rust client for the the Anthropic/Claude API."
description = "An unofficial Rust client for the Anthropic/Claude API."
documentation = "https://docs.rs/clust"
repository = "https://github.com/mochi-neko/clust"
categories = ["api-bindings", "science"]
Expand Down

0 comments on commit 5625548

Please sign in to comment.