From 2a30e7875a2c05761dd7ffdfb158f1949b4cb58f Mon Sep 17 00:00:00 2001 From: Sebastien Soudan Date: Wed, 14 Jun 2023 09:34:02 -0700 Subject: [PATCH] Release sapiens v0.10.1, sapiens_derive v0.4.3, sapiens_tools v0.10.1, sapiens_cli v0.9.1, sapiens_exp v0.8.1 --- Cargo.lock | 10 ++-- sapiens/CHANGELOG.md | 102 +++++++++++++++++++++++++++++++++++- sapiens/Cargo.toml | 2 +- sapiens_cli/CHANGELOG.md | 61 ++++++++++++++++++++- sapiens_cli/Cargo.toml | 6 +-- sapiens_derive/CHANGELOG.md | 32 ++++++++++- sapiens_derive/Cargo.toml | 2 +- sapiens_exp/CHANGELOG.md | 90 ++++++++++++++++++++++++++++++- sapiens_exp/Cargo.toml | 8 +-- sapiens_tools/CHANGELOG.md | 86 +++++++++++++++++++++++++++++- sapiens_tools/Cargo.toml | 6 +-- 11 files changed, 383 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8d1bbc..315a4c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2721,7 +2721,7 @@ checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" [[package]] name = "sapiens" -version = "0.10.0" +version = "0.10.1" dependencies = [ "async-openai", "async-trait", @@ -2763,7 +2763,7 @@ dependencies = [ [[package]] name = "sapiens_cli" -version = "0.9.0" +version = "0.9.1" dependencies = [ "async-trait", "clap 4.3.4", @@ -2781,7 +2781,7 @@ dependencies = [ [[package]] name = "sapiens_derive" -version = "0.4.2" +version = "0.4.3" dependencies = [ "darling 0.20.1", "darling_macro 0.20.1", @@ -2792,7 +2792,7 @@ dependencies = [ [[package]] name = "sapiens_exp" -version = "0.8.0" +version = "0.8.1" dependencies = [ "async-trait", "chrono", @@ -2817,7 +2817,7 @@ dependencies = [ [[package]] name = "sapiens_tools" -version = "0.10.0" +version = "0.10.1" dependencies = [ "arxiv-rs", "async-openai", diff --git a/sapiens/CHANGELOG.md b/sapiens/CHANGELOG.md index 267e328..657d57a 100644 --- a/sapiens/CHANGELOG.md +++ b/sapiens/CHANGELOG.md @@ -5,8 +5,107 @@ 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). +## 0.10.1 (2023-06-14) + +### Chore + + - bump serde from 1.0.163 to 1.0.164 + Bumps [serde](https://github.com/serde-rs/serde) from 1.0.163 to 1.0.164. + - [Release notes](https://github.com/serde-rs/serde/releases) + - [Commits](https://github.com/serde-rs/serde/compare/v1.0.163...v1.0.164) + + --- + updated-dependencies: + - dependency-name: serde + dependency-type: direct:production + update-type: version-update:semver-patch + ... + - bump tokio from 1.28.1 to 1.28.2 + Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.1 to 1.28.2. + - [Release notes](https://github.com/tokio-rs/tokio/releases) + - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.1...tokio-1.28.2) + + --- + updated-dependencies: + - dependency-name: tokio + dependency-type: direct:production + update-type: version-update:semver-patch + ... + - bump clap from 4.3.0 to 4.3.2 + Bumps [clap](https://github.com/clap-rs/clap) from 4.3.0 to 4.3.2. + - [Release notes](https://github.com/clap-rs/clap/releases) + - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) + - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.3.0...v4.3.2) + + --- + updated-dependencies: + - dependency-name: clap + dependency-type: direct:production + update-type: version-update:semver-patch + ... + - bump regex from 1.8.3 to 1.8.4 + Bumps [regex](https://github.com/rust-lang/regex) from 1.8.3 to 1.8.4. + - [Release notes](https://github.com/rust-lang/regex/releases) + - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) + - [Commits](https://github.com/rust-lang/regex/compare/1.8.3...1.8.4) + + --- + updated-dependencies: + - dependency-name: regex + dependency-type: direct:production + update-type: version-update:semver-patch + ... + - bump regex from 1.8.2 to 1.8.3 + Bumps [regex](https://github.com/rust-lang/regex) from 1.8.2 to 1.8.3. + - [Release notes](https://github.com/rust-lang/regex/releases) + - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) + - [Commits](https://github.com/rust-lang/regex/compare/1.8.2...1.8.3) + + --- + updated-dependencies: + - dependency-name: regex + dependency-type: direct:production + update-type: version-update:semver-patch + ... + +### New Features + + - gpt-3.5-turbo-0613 and more + +### Commit Statistics + + + + - 12 commits contributed to the release over the course of 20 calendar days. + - 21 days passed between releases. + - 6 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Merge pull request #43 from ssoudan/upd ([`c8d2e5a`](https://github.com/ssoudan/sapiens/commit/c8d2e5ad69f7bed6cbd6d64dfa62a3d0c864c885)) + - Gpt-3.5-turbo-0613 and more ([`6d1524a`](https://github.com/ssoudan/sapiens/commit/6d1524acbca7362b4eda081612a43005abc888cb)) + - Merge pull request #39 from ssoudan/dependabot/cargo/serde-1.0.164 ([`e17e076`](https://github.com/ssoudan/sapiens/commit/e17e0766911c0ffab4df5c8b8d7213ea05275da7)) + - Merge pull request #33 from ssoudan/dependabot/cargo/tokio-1.28.2 ([`80ca726`](https://github.com/ssoudan/sapiens/commit/80ca726a909cc08a6ef60d1668ebecdac7693700)) + - Bump serde from 1.0.163 to 1.0.164 ([`f4b88c4`](https://github.com/ssoudan/sapiens/commit/f4b88c4520574c841b055edd71c329a8195c7173)) + - Bump tokio from 1.28.1 to 1.28.2 ([`1f40bf5`](https://github.com/ssoudan/sapiens/commit/1f40bf57a197557d1abbde5f9885f86c56c5f153)) + - Merge pull request #36 from ssoudan/dependabot/cargo/regex-1.8.4 ([`a045486`](https://github.com/ssoudan/sapiens/commit/a045486c2a81e13ed0f41f129dfd21dd2ade015f)) + - Merge pull request #38 from ssoudan/dependabot/cargo/clap-4.3.2 ([`1837ad5`](https://github.com/ssoudan/sapiens/commit/1837ad57c934c212da6596a9e77f3da4ddc9332f)) + - Bump clap from 4.3.0 to 4.3.2 ([`6afdb0b`](https://github.com/ssoudan/sapiens/commit/6afdb0be21326df8b1cfffef6d2b46ae287e000e)) + - Bump regex from 1.8.3 to 1.8.4 ([`a47f6e4`](https://github.com/ssoudan/sapiens/commit/a47f6e484e511cf128577cd4970edb64c677490b)) + - Merge pull request #29 from ssoudan/dependabot/cargo/regex-1.8.3 ([`ea9864e`](https://github.com/ssoudan/sapiens/commit/ea9864e6f1cc10dc8b99d368bc0804341f92bbb9)) + - Bump regex from 1.8.2 to 1.8.3 ([`c86f3a4`](https://github.com/ssoudan/sapiens/commit/c86f3a4611290797ad3f8c3cfa162fee0c5f1b79)) +
+ ## 0.10.0 (2023-05-23) + + ### Chore - update @@ -28,7 +127,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 9 commits contributed to the release over the course of 5 calendar days. + - 10 commits contributed to the release over the course of 5 calendar days. - 5 days passed between releases. - 8 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -40,6 +139,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release sapiens v0.10.0, sapiens_tools v0.10.0, sapiens_bot v0.8.0, sapiens_cli v0.9.0, sapiens_exp v0.8.0, safety bump 4 crates ([`02f36bb`](https://github.com/ssoudan/sapiens/commit/02f36bbc35df5138c07fd1322030bb1bfeb01eb3)) - Merge pull request #25 from ssoudan/more_steps ([`cb9a704`](https://github.com/ssoudan/sapiens/commit/cb9a70490ced60abd5bb12d2559d40464f3a3213)) - More readable console outputs ([`6ad490a`](https://github.com/ssoudan/sapiens/commit/6ad490ab669568e1af013b5464ceca3e922da175)) - Multi-step OODA chain ([`bd1fe19`](https://github.com/ssoudan/sapiens/commit/bd1fe193772897b80211e0123ca0bfc4902a33d8)) diff --git a/sapiens/Cargo.toml b/sapiens/Cargo.toml index a6acd50..582eb67 100644 --- a/sapiens/Cargo.toml +++ b/sapiens/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapiens" -version= "0.10.0" +version= "0.10.1" edition.workspace = true authors.workspace = true description = "Core - Sapiens" diff --git a/sapiens_cli/CHANGELOG.md b/sapiens_cli/CHANGELOG.md index 7b6d082..748df27 100644 --- a/sapiens_cli/CHANGELOG.md +++ b/sapiens_cli/CHANGELOG.md @@ -5,8 +5,66 @@ 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). +## 0.9.1 (2023-06-14) + +### Chore + + - bump tokio from 1.28.1 to 1.28.2 + Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.1 to 1.28.2. + - [Release notes](https://github.com/tokio-rs/tokio/releases) + - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.1...tokio-1.28.2) + + --- + updated-dependencies: + - dependency-name: tokio + dependency-type: direct:production + update-type: version-update:semver-patch + ... + - bump clap from 4.3.0 to 4.3.2 + Bumps [clap](https://github.com/clap-rs/clap) from 4.3.0 to 4.3.2. + - [Release notes](https://github.com/clap-rs/clap/releases) + - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) + - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.3.0...v4.3.2) + + --- + updated-dependencies: + - dependency-name: clap + dependency-type: direct:production + update-type: version-update:semver-patch + ... + +### New Features + + - gpt-3.5-turbo-0613 and more + +### Commit Statistics + + + + - 6 commits contributed to the release over the course of 8 calendar days. + - 21 days passed between releases. + - 3 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Merge pull request #43 from ssoudan/upd ([`c8d2e5a`](https://github.com/ssoudan/sapiens/commit/c8d2e5ad69f7bed6cbd6d64dfa62a3d0c864c885)) + - Gpt-3.5-turbo-0613 and more ([`6d1524a`](https://github.com/ssoudan/sapiens/commit/6d1524acbca7362b4eda081612a43005abc888cb)) + - Merge pull request #33 from ssoudan/dependabot/cargo/tokio-1.28.2 ([`80ca726`](https://github.com/ssoudan/sapiens/commit/80ca726a909cc08a6ef60d1668ebecdac7693700)) + - Bump tokio from 1.28.1 to 1.28.2 ([`1f40bf5`](https://github.com/ssoudan/sapiens/commit/1f40bf57a197557d1abbde5f9885f86c56c5f153)) + - Merge pull request #38 from ssoudan/dependabot/cargo/clap-4.3.2 ([`1837ad5`](https://github.com/ssoudan/sapiens/commit/1837ad57c934c212da6596a9e77f3da4ddc9332f)) + - Bump clap from 4.3.0 to 4.3.2 ([`6afdb0b`](https://github.com/ssoudan/sapiens/commit/6afdb0be21326df8b1cfffef6d2b46ae287e000e)) +
+ ## 0.9.0 (2023-05-23) + + ### Chore - update @@ -25,7 +83,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 6 commits contributed to the release over the course of 5 calendar days. + - 7 commits contributed to the release over the course of 5 calendar days. - 5 days passed between releases. - 5 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -37,6 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release sapiens v0.10.0, sapiens_tools v0.10.0, sapiens_bot v0.8.0, sapiens_cli v0.9.0, sapiens_exp v0.8.0, safety bump 4 crates ([`02f36bb`](https://github.com/ssoudan/sapiens/commit/02f36bbc35df5138c07fd1322030bb1bfeb01eb3)) - Merge pull request #25 from ssoudan/more_steps ([`cb9a704`](https://github.com/ssoudan/sapiens/commit/cb9a70490ced60abd5bb12d2559d40464f3a3213)) - More readable console outputs ([`6ad490a`](https://github.com/ssoudan/sapiens/commit/6ad490ab669568e1af013b5464ceca3e922da175)) - Multi-step OODA chain ([`53c7d7d`](https://github.com/ssoudan/sapiens/commit/53c7d7ddf901709715543e76f780a8f39e334625)) diff --git a/sapiens_cli/Cargo.toml b/sapiens_cli/Cargo.toml index 505b7a3..a0de795 100644 --- a/sapiens_cli/Cargo.toml +++ b/sapiens_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapiens_cli" -version= "0.9.0" +version= "0.9.1" edition.workspace = true authors.workspace = true description = "The cli - Sapiens" @@ -27,8 +27,8 @@ search = ["sapiens_tools/search"] [dependencies] -sapiens = { path = "../sapiens", version = "^0.10.0" } -sapiens_tools = { path = "../sapiens_tools", version = "^0.10.0", default-features = false } +sapiens = { path = "../sapiens", version = "^0.10.1" } +sapiens_tools = { path = "../sapiens_tools", version = "^0.10.1", default-features = false } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } diff --git a/sapiens_derive/CHANGELOG.md b/sapiens_derive/CHANGELOG.md index 1a2e72f..600ef8e 100644 --- a/sapiens_derive/CHANGELOG.md +++ b/sapiens_derive/CHANGELOG.md @@ -5,8 +5,37 @@ 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). +## 0.4.3 (2023-06-14) + +### New Features + + - gpt-3.5-turbo-0613 and more + +### Commit Statistics + + + + - 2 commits contributed to the release. + - 34 days passed between releases. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Merge pull request #43 from ssoudan/upd ([`c8d2e5a`](https://github.com/ssoudan/sapiens/commit/c8d2e5ad69f7bed6cbd6d64dfa62a3d0c864c885)) + - Gpt-3.5-turbo-0613 and more ([`6d1524a`](https://github.com/ssoudan/sapiens/commit/6d1524acbca7362b4eda081612a43005abc888cb)) +
+ ## 0.4.2 (2023-05-11) + + + ### Chore - renaming of fields to match the new visible names (`tool_name`, `parameters`) @@ -16,7 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 3 commits contributed to the release over the course of 5 calendar days. + - 4 commits contributed to the release over the course of 5 calendar days. - 5 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -28,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release sapiens v0.8.0, sapiens_derive v0.4.2, sapiens_tools v0.8.0, sapiens_bot v0.6.0, sapiens_cli v0.7.0, sapiens_exp v0.6.0, safety bump 4 crates ([`a18acd9`](https://github.com/ssoudan/sapiens/commit/a18acd9218045421957aff1c73c9f0a1597eb8d5)) - Merge pull request #16 from ssoudan/decoupling ([`981d4d4`](https://github.com/ssoudan/sapiens/commit/981d4d4e1e6b625e17d7dcc2fc94e0709e11267c)) - Renaming of fields to match the new visible names (`tool_name`, `parameters`) ([`c46990f`](https://github.com/ssoudan/sapiens/commit/c46990fe7b630ecc1e2698da5c168508da47fe34)) - Badges, docs.rs links, ... ([`2566195`](https://github.com/ssoudan/sapiens/commit/25661955e8aba7f9dee4a16e046c621c5ffd3fca)) diff --git a/sapiens_derive/Cargo.toml b/sapiens_derive/Cargo.toml index 7a8248c..778adc7 100644 --- a/sapiens_derive/Cargo.toml +++ b/sapiens_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapiens_derive" -version= "0.4.2" +version= "0.4.3" edition.workspace = true authors.workspace = true description = "The macro - a simple bot to conquer the world" diff --git a/sapiens_exp/CHANGELOG.md b/sapiens_exp/CHANGELOG.md index 0632ec5..9707053 100644 --- a/sapiens_exp/CHANGELOG.md +++ b/sapiens_exp/CHANGELOG.md @@ -5,8 +5,95 @@ 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). +## 0.8.1 (2023-06-14) + +### Chore + + - update + - bump serde from 1.0.163 to 1.0.164 + Bumps [serde](https://github.com/serde-rs/serde) from 1.0.163 to 1.0.164. + - [Release notes](https://github.com/serde-rs/serde/releases) + - [Commits](https://github.com/serde-rs/serde/compare/v1.0.163...v1.0.164) + + --- + updated-dependencies: + - dependency-name: serde + dependency-type: direct:production + update-type: version-update:semver-patch + ... + - bump tokio from 1.28.1 to 1.28.2 + Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.1 to 1.28.2. + - [Release notes](https://github.com/tokio-rs/tokio/releases) + - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.1...tokio-1.28.2) + + --- + updated-dependencies: + - dependency-name: tokio + dependency-type: direct:production + update-type: version-update:semver-patch + ... + - bump clap from 4.3.0 to 4.3.2 + Bumps [clap](https://github.com/clap-rs/clap) from 4.3.0 to 4.3.2. + - [Release notes](https://github.com/clap-rs/clap/releases) + - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) + - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.3.0...v4.3.2) + + --- + updated-dependencies: + - dependency-name: clap + dependency-type: direct:production + update-type: version-update:semver-patch + ... + - bump chrono from 0.4.24 to 0.4.26 + Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.24 to 0.4.26. + - [Release notes](https://github.com/chronotope/chrono/releases) + - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) + - [Commits](https://github.com/chronotope/chrono/compare/v0.4.24...v0.4.26) + + --- + updated-dependencies: + - dependency-name: chrono + dependency-type: direct:production + update-type: version-update:semver-patch + ... + +### New Features + + - gpt-3.5-turbo-0613 and more + +### Commit Statistics + + + + - 11 commits contributed to the release over the course of 14 calendar days. + - 21 days passed between releases. + - 6 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Merge pull request #43 from ssoudan/upd ([`c8d2e5a`](https://github.com/ssoudan/sapiens/commit/c8d2e5ad69f7bed6cbd6d64dfa62a3d0c864c885)) + - Update ([`ee22485`](https://github.com/ssoudan/sapiens/commit/ee224850c5fce4235e3b51ae9f98a0648a80dafd)) + - Gpt-3.5-turbo-0613 and more ([`6d1524a`](https://github.com/ssoudan/sapiens/commit/6d1524acbca7362b4eda081612a43005abc888cb)) + - Merge pull request #39 from ssoudan/dependabot/cargo/serde-1.0.164 ([`e17e076`](https://github.com/ssoudan/sapiens/commit/e17e0766911c0ffab4df5c8b8d7213ea05275da7)) + - Merge pull request #33 from ssoudan/dependabot/cargo/tokio-1.28.2 ([`80ca726`](https://github.com/ssoudan/sapiens/commit/80ca726a909cc08a6ef60d1668ebecdac7693700)) + - Bump serde from 1.0.163 to 1.0.164 ([`f4b88c4`](https://github.com/ssoudan/sapiens/commit/f4b88c4520574c841b055edd71c329a8195c7173)) + - Bump tokio from 1.28.1 to 1.28.2 ([`1f40bf5`](https://github.com/ssoudan/sapiens/commit/1f40bf57a197557d1abbde5f9885f86c56c5f153)) + - Merge pull request #34 from ssoudan/dependabot/cargo/chrono-0.4.26 ([`672b402`](https://github.com/ssoudan/sapiens/commit/672b402a1d24224209ea2e2989671ba893520cd5)) + - Merge pull request #38 from ssoudan/dependabot/cargo/clap-4.3.2 ([`1837ad5`](https://github.com/ssoudan/sapiens/commit/1837ad57c934c212da6596a9e77f3da4ddc9332f)) + - Bump clap from 4.3.0 to 4.3.2 ([`6afdb0b`](https://github.com/ssoudan/sapiens/commit/6afdb0be21326df8b1cfffef6d2b46ae287e000e)) + - Bump chrono from 0.4.24 to 0.4.26 ([`2d1bcb9`](https://github.com/ssoudan/sapiens/commit/2d1bcb9f16518317903033e00d7cb8ca7ed3158f)) +
+ ## 0.8.0 (2023-05-23) + + ### Chore - update @@ -26,7 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 7 commits contributed to the release over the course of 5 calendar days. + - 8 commits contributed to the release over the course of 5 calendar days. - 5 days passed between releases. - 6 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -38,6 +125,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release sapiens v0.10.0, sapiens_tools v0.10.0, sapiens_bot v0.8.0, sapiens_cli v0.9.0, sapiens_exp v0.8.0, safety bump 4 crates ([`02f36bb`](https://github.com/ssoudan/sapiens/commit/02f36bbc35df5138c07fd1322030bb1bfeb01eb3)) - Merge pull request #25 from ssoudan/more_steps ([`cb9a704`](https://github.com/ssoudan/sapiens/commit/cb9a70490ced60abd5bb12d2559d40464f3a3213)) - More readable console outputs ([`6ad490a`](https://github.com/ssoudan/sapiens/commit/6ad490ab669568e1af013b5464ceca3e922da175)) - Multi-step OODA chain ([`53c7d7d`](https://github.com/ssoudan/sapiens/commit/53c7d7ddf901709715543e76f780a8f39e334625)) diff --git a/sapiens_exp/Cargo.toml b/sapiens_exp/Cargo.toml index 4e63e0a..68ff7d4 100644 --- a/sapiens_exp/Cargo.toml +++ b/sapiens_exp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapiens_exp" -version= "0.8.0" +version= "0.8.1" edition.workspace = true authors.workspace = true description = "Experiments - Sapiens" @@ -16,9 +16,9 @@ documentation = "https://docs.rs/sapiens_exp" default = [ ] [dependencies] -sapiens = { path = "../sapiens", version = "^0.10.0" } -sapiens_tools = { path = "../sapiens_tools", version = "^0.10.0", default-features = false } -sapiens_derive = { path = "../sapiens_derive", version = "^0.4.2", default-features = false } +sapiens = { path = "../sapiens", version = "^0.10.1" } +sapiens_tools = { path = "../sapiens_tools", version = "^0.10.1", default-features = false } +sapiens_derive = { path = "../sapiens_derive", version = "^0.4.3", default-features = false } tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } diff --git a/sapiens_tools/CHANGELOG.md b/sapiens_tools/CHANGELOG.md index 54641cd..8dd775a 100644 --- a/sapiens_tools/CHANGELOG.md +++ b/sapiens_tools/CHANGELOG.md @@ -5,6 +5,89 @@ 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). +## 0.10.1 (2023-06-14) + +### Chore + + - bump serde from 1.0.163 to 1.0.164 + Bumps [serde](https://github.com/serde-rs/serde) from 1.0.163 to 1.0.164. + - [Release notes](https://github.com/serde-rs/serde/releases) + - [Commits](https://github.com/serde-rs/serde/compare/v1.0.163...v1.0.164) + + --- + updated-dependencies: + - dependency-name: serde + dependency-type: direct:production + update-type: version-update:semver-patch + ... + - bump tokio from 1.28.1 to 1.28.2 + Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.28.1 to 1.28.2. + - [Release notes](https://github.com/tokio-rs/tokio/releases) + - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.28.1...tokio-1.28.2) + + --- + updated-dependencies: + - dependency-name: tokio + dependency-type: direct:production + update-type: version-update:semver-patch + ... + - bump regex from 1.8.3 to 1.8.4 + Bumps [regex](https://github.com/rust-lang/regex) from 1.8.3 to 1.8.4. + - [Release notes](https://github.com/rust-lang/regex/releases) + - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) + - [Commits](https://github.com/rust-lang/regex/compare/1.8.3...1.8.4) + + --- + updated-dependencies: + - dependency-name: regex + dependency-type: direct:production + update-type: version-update:semver-patch + ... + - bump regex from 1.8.2 to 1.8.3 + Bumps [regex](https://github.com/rust-lang/regex) from 1.8.2 to 1.8.3. + - [Release notes](https://github.com/rust-lang/regex/releases) + - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) + - [Commits](https://github.com/rust-lang/regex/compare/1.8.2...1.8.3) + + --- + updated-dependencies: + - dependency-name: regex + dependency-type: direct:production + update-type: version-update:semver-patch + ... + +### New Features + + - gpt-3.5-turbo-0613 and more + +### Commit Statistics + + + + - 10 commits contributed to the release over the course of 20 calendar days. + - 21 days passed between releases. + - 5 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Merge pull request #43 from ssoudan/upd ([`c8d2e5a`](https://github.com/ssoudan/sapiens/commit/c8d2e5ad69f7bed6cbd6d64dfa62a3d0c864c885)) + - Gpt-3.5-turbo-0613 and more ([`6d1524a`](https://github.com/ssoudan/sapiens/commit/6d1524acbca7362b4eda081612a43005abc888cb)) + - Merge pull request #39 from ssoudan/dependabot/cargo/serde-1.0.164 ([`e17e076`](https://github.com/ssoudan/sapiens/commit/e17e0766911c0ffab4df5c8b8d7213ea05275da7)) + - Merge pull request #33 from ssoudan/dependabot/cargo/tokio-1.28.2 ([`80ca726`](https://github.com/ssoudan/sapiens/commit/80ca726a909cc08a6ef60d1668ebecdac7693700)) + - Bump serde from 1.0.163 to 1.0.164 ([`f4b88c4`](https://github.com/ssoudan/sapiens/commit/f4b88c4520574c841b055edd71c329a8195c7173)) + - Bump tokio from 1.28.1 to 1.28.2 ([`1f40bf5`](https://github.com/ssoudan/sapiens/commit/1f40bf57a197557d1abbde5f9885f86c56c5f153)) + - Merge pull request #36 from ssoudan/dependabot/cargo/regex-1.8.4 ([`a045486`](https://github.com/ssoudan/sapiens/commit/a045486c2a81e13ed0f41f129dfd21dd2ade015f)) + - Bump regex from 1.8.3 to 1.8.4 ([`a47f6e4`](https://github.com/ssoudan/sapiens/commit/a47f6e484e511cf128577cd4970edb64c677490b)) + - Merge pull request #29 from ssoudan/dependabot/cargo/regex-1.8.3 ([`ea9864e`](https://github.com/ssoudan/sapiens/commit/ea9864e6f1cc10dc8b99d368bc0804341f92bbb9)) + - Bump regex from 1.8.2 to 1.8.3 ([`c86f3a4`](https://github.com/ssoudan/sapiens/commit/c86f3a4611290797ad3f8c3cfa162fee0c5f1b79)) +
+ ## 0.10.0 (2023-05-23) ### Bug Fixes @@ -20,7 +103,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 4 commits contributed to the release over the course of 5 calendar days. + - 5 commits contributed to the release over the course of 5 calendar days. - 5 days passed between releases. - 3 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -32,6 +115,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release sapiens v0.10.0, sapiens_tools v0.10.0, sapiens_bot v0.8.0, sapiens_cli v0.9.0, sapiens_exp v0.8.0, safety bump 4 crates ([`02f36bb`](https://github.com/ssoudan/sapiens/commit/02f36bbc35df5138c07fd1322030bb1bfeb01eb3)) - Merge pull request #25 from ssoudan/more_steps ([`cb9a704`](https://github.com/ssoudan/sapiens/commit/cb9a70490ced60abd5bb12d2559d40464f3a3213)) - Multi-step OODA chain ([`53c7d7d`](https://github.com/ssoudan/sapiens/commit/53c7d7ddf901709715543e76f780a8f39e334625)) - Import ([`4e4a022`](https://github.com/ssoudan/sapiens/commit/4e4a0229533a317255978b9de0cb45a69f57c4e2)) diff --git a/sapiens_tools/Cargo.toml b/sapiens_tools/Cargo.toml index def6a98..fe336d4 100644 --- a/sapiens_tools/Cargo.toml +++ b/sapiens_tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sapiens_tools" -version= "0.10.0" +version= "0.10.1" edition.workspace = true authors.workspace = true description = "The tools - Sapiens" @@ -28,8 +28,8 @@ search = ["dep:reqwest", "dep:serde_json"] disable-test-dependabot = [] [dependencies] -sapiens = { path = "../sapiens", version = "^0.10.0" } -sapiens_derive = { path = "../sapiens_derive", version = "^0.4.2" } +sapiens = { path = "../sapiens", version = "^0.10.1" } +sapiens_derive = { path = "../sapiens_derive", version = "^0.4.3" } huelib2 = { version = "0.13.3", optional = true } mediawiki = { version = "0.2.10", optional = true }