From 25769f6e96bd81a5e056e60f516ca5265958a7aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:40:25 +0000 Subject: [PATCH 1/3] chore: release --- Cargo.lock | 4 ++-- rig-core/CHANGELOG.md | 25 +++++++++++++++++++++++++ rig-core/Cargo.toml | 2 +- rig-mongodb/CHANGELOG.md | 14 ++++++++++++++ rig-mongodb/Cargo.toml | 4 ++-- 5 files changed, 44 insertions(+), 5 deletions(-) create mode 100644 rig-core/CHANGELOG.md create mode 100644 rig-mongodb/CHANGELOG.md diff --git a/Cargo.lock b/Cargo.lock index 2d82c8ca..bcc61a70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1211,7 +1211,7 @@ dependencies = [ [[package]] name = "rig-core" -version = "0.0.7" +version = "0.0.8" dependencies = [ "anyhow", "futures", @@ -1228,7 +1228,7 @@ dependencies = [ [[package]] name = "rig-mongodb" -version = "0.0.7" +version = "0.0.8" dependencies = [ "anyhow", "futures", diff --git a/rig-core/CHANGELOG.md b/rig-core/CHANGELOG.md new file mode 100644 index 00000000..b2f4db9c --- /dev/null +++ b/rig-core/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.8](https://github.com/0xPlaygrounds/rig/compare/rig-core-v0.0.7...rig-core-v0.0.8) - 2024-09-16 + +### Added + +- add o1-preview and o1-mini + +### Fixed + +- *(perplexity)* fix preamble and context in completion request +- clippy warnings + +### Other + +- Merge pull request [#18](https://github.com/0xPlaygrounds/rig/pull/18) from 0xPlaygrounds/feat/perplexity-support +- Add logging of http errors +- fmt code diff --git a/rig-core/Cargo.toml b/rig-core/Cargo.toml index 5a82b548..0c4f9964 100644 --- a/rig-core/Cargo.toml +++ b/rig-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-core" -version = "0.0.7" +version = "0.0.8" edition = "2021" license = "MIT" readme = "README.md" diff --git a/rig-mongodb/CHANGELOG.md b/rig-mongodb/CHANGELOG.md new file mode 100644 index 00000000..99b9303d --- /dev/null +++ b/rig-mongodb/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.8](https://github.com/0xPlaygrounds/rig/compare/rig-mongodb-v0.0.7...rig-mongodb-v0.0.8) - 2024-09-16 + +### Other + +- fmt code diff --git a/rig-mongodb/Cargo.toml b/rig-mongodb/Cargo.toml index 85b98fa1..2ccf3efa 100644 --- a/rig-mongodb/Cargo.toml +++ b/rig-mongodb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-mongodb" -version = "0.0.7" +version = "0.0.8" edition = "2021" license = "MIT" readme = "README.md" @@ -12,7 +12,7 @@ repository = "https://github.com/0xPlaygrounds/rig" [dependencies] futures = "0.3.30" mongodb = "2.8.2" -rig-core = { path = "../rig-core", version = "0.0.7" } +rig-core = { path = "../rig-core", version = "0.0.8" } serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" tracing = "0.1.40" From a84790ea166485b82a4816918c020a814cc74b4c Mon Sep 17 00:00:00 2001 From: Christophe Date: Mon, 16 Sep 2024 10:58:05 -0400 Subject: [PATCH 2/3] misc: manual version bump --- Cargo.lock | 2 +- rig-core/CHANGELOG.md | 2 +- rig-core/Cargo.toml | 2 +- rig-mongodb/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bcc61a70..d033c997 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1211,7 +1211,7 @@ dependencies = [ [[package]] name = "rig-core" -version = "0.0.8" +version = "0.1.0" dependencies = [ "anyhow", "futures", diff --git a/rig-core/CHANGELOG.md b/rig-core/CHANGELOG.md index b2f4db9c..cba0a40c 100644 --- a/rig-core/CHANGELOG.md +++ b/rig-core/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.0.8](https://github.com/0xPlaygrounds/rig/compare/rig-core-v0.0.7...rig-core-v0.0.8) - 2024-09-16 +## [0.1.0](https://github.com/0xPlaygrounds/rig/compare/rig-core-v0.0.7...rig-core-v0.1.0) - 2024-09-16 ### Added diff --git a/rig-core/Cargo.toml b/rig-core/Cargo.toml index 0c4f9964..dde7027e 100644 --- a/rig-core/Cargo.toml +++ b/rig-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-core" -version = "0.0.8" +version = "0.1.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/rig-mongodb/Cargo.toml b/rig-mongodb/Cargo.toml index 2ccf3efa..c2f8cca7 100644 --- a/rig-mongodb/Cargo.toml +++ b/rig-mongodb/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/0xPlaygrounds/rig" [dependencies] futures = "0.3.30" mongodb = "2.8.2" -rig-core = { path = "../rig-core", version = "0.0.8" } +rig-core = { path = "../rig-core", version = "0.1.0" } serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.117" tracing = "0.1.40" From dfe241b1125571acbea040f5d51e4f722a01233f Mon Sep 17 00:00:00 2001 From: Christophe Date: Mon, 16 Sep 2024 11:51:04 -0400 Subject: [PATCH 3/3] misc: bump rig-mongodb version --- Cargo.lock | 2 +- rig-mongodb/CHANGELOG.md | 2 +- rig-mongodb/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d033c997..76e03fd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1228,7 +1228,7 @@ dependencies = [ [[package]] name = "rig-mongodb" -version = "0.0.8" +version = "0.1.0" dependencies = [ "anyhow", "futures", diff --git a/rig-mongodb/CHANGELOG.md b/rig-mongodb/CHANGELOG.md index 99b9303d..bfad6746 100644 --- a/rig-mongodb/CHANGELOG.md +++ b/rig-mongodb/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.0.8](https://github.com/0xPlaygrounds/rig/compare/rig-mongodb-v0.0.7...rig-mongodb-v0.0.8) - 2024-09-16 +## [0.1.0](https://github.com/0xPlaygrounds/rig/compare/rig-mongodb-v0.0.7...rig-mongodb-v0.1.0) - 2024-09-16 ### Other diff --git a/rig-mongodb/Cargo.toml b/rig-mongodb/Cargo.toml index c2f8cca7..05d259ac 100644 --- a/rig-mongodb/Cargo.toml +++ b/rig-mongodb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rig-mongodb" -version = "0.0.8" +version = "0.1.0" edition = "2021" license = "MIT" readme = "README.md"