Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Latest commit

 

History

History
51 lines (32 loc) · 886 Bytes

CHANGELOG.md

File metadata and controls

51 lines (32 loc) · 886 Bytes

Changelog

All notable changes to this project will be documented in this file.

[0.1.5] - 2024-08-18

🐛 Bug Fixes

  • Change stream type to bool

⚙️ Miscellaneous Tasks

  • Add CHANGELOG
  • Fix typo
  • Update CHANGELOG format

[anthropic-rs-v0.1.4] - 2024-08-16

📚 Documentation

  • Update README files

⚙️ Miscellaneous Tasks

  • Release

[anthropic-rs-v0.1.3] - 2024-08-16

🚀 Features

  • Add streaming support
  • Re-organize repository into crates
  • Add examples
  • Make stream_message actually stream messages

📚 Documentation

  • Update README

⚙️ Miscellaneous Tasks

  • Add Licenses
  • Specify crate metadata
  • Add missing fields to message request + add fields documentation
  • Update README files
  • Bump anthropic crate version
  • Bump anthropic verison
  • Update stream example
  • Release