Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
instruct-macros@0.1.6
instruct-macros-types@0.1.6
instructor-ai@0.1.6

Generated by cargo-workspaces
  • Loading branch information
ivanleomk committed Jul 8, 2024
1 parent c2f54b3 commit 9e8856f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 70 deletions.
12 changes: 0 additions & 12 deletions docs/examples/getting-started/Cargo.toml

This file was deleted.

55 changes: 0 additions & 55 deletions docs/examples/getting-started/src/main.rs

This file was deleted.

2 changes: 1 addition & 1 deletion instruct-macros-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "instruct-macros-types"
version = "0.1.2"
version = "0.1.6"
edition = "2021"
authors = ["Ivan Leo <ivanleomk@gmail.com>"]
description = "Instructor Macro Types are a collection of simple types that we export to work with the instruct-macros crate"
Expand Down
2 changes: 1 addition & 1 deletion instruct-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "instruct-macros"
version = "0.1.1"
version = "0.1.6"
edition = "2018"
authors = ["Ivan Leo <ivanleomk@gmail.com>"]
description = "instruct-macros are a collection of simple macros that we're using in Instructor-AI to generate json schema from Serde Objects"
Expand Down
2 changes: 1 addition & 1 deletion instructor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "instructor-ai"
version = "0.1.0"
version = "0.1.6"
edition = "2021"
authors = ["Ivan Leo <ivanleomk@gmail.com>"]
description = "instructor-ai is a simple crate that allows for users to do validated structured outputs"
Expand Down

0 comments on commit 9e8856f

Please sign in to comment.