-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog, README and add release instructions
- Loading branch information
1 parent
35b4e2b
commit eb6b706
Showing
3 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
|
||
# Changelog | ||
|
||
# Version 0.0.3 | ||
|
||
- Added support for streaming responses | ||
- Added support for structured data generation | ||
- Added a convenience proc macro (`#[derive(OrchResponseOptions)]`) for generating structured data generation options | ||
- Added support for Open AI | ||
|
||
## Version 0.0.2 | ||
|
||
No functional changes. | ||
|
||
## Version 0.0.1 | ||
|
||
Initial release. | ||
Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Release Process | ||
|
||
1. Update the versions in all package `Cargo.toml` files | ||
1. Update the versions in the `README.md` file | ||
1. PR to the `main` branch |