From 94b2e86636dcff87c108e62fd55e884fdd7c002d Mon Sep 17 00:00:00 2001 From: Ivan Leo Date: Mon, 8 Jul 2024 17:06:06 +0800 Subject: [PATCH] Release 0.1.7 instruct-macros@0.1.7 instruct-macros-types@0.1.7 instructor-ai@0.1.7 Generated by cargo-workspaces --- instruct-macros-types/Cargo.toml | 2 +- instruct-macros/Cargo.toml | 2 +- instructor/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/instruct-macros-types/Cargo.toml b/instruct-macros-types/Cargo.toml index 4116c4d..a93415f 100644 --- a/instruct-macros-types/Cargo.toml +++ b/instruct-macros-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instruct-macros-types" -version = "0.1.6" +version = "0.1.7" edition = "2021" authors = ["Ivan Leo "] description = "Instructor Macro Types are a collection of simple types that we export to work with the instruct-macros crate" diff --git a/instruct-macros/Cargo.toml b/instruct-macros/Cargo.toml index 1d47d30..aa4995c 100644 --- a/instruct-macros/Cargo.toml +++ b/instruct-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instruct-macros" -version = "0.1.6" +version = "0.1.7" edition = "2018" authors = ["Ivan Leo "] description = "instruct-macros are a collection of simple macros that we're using in Instructor-AI to generate json schema from Serde Objects" diff --git a/instructor/Cargo.toml b/instructor/Cargo.toml index 023854e..0b1988c 100644 --- a/instructor/Cargo.toml +++ b/instructor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instructor-ai" -version = "0.1.6" +version = "0.1.7" edition = "2021" authors = ["Ivan Leo "] description = "instructor-ai is a simple crate that allows for users to do validated structured outputs"