Skip to content

Commit

Permalink
Release sapiens v0.10.0, sapiens_tools v0.10.0, sapiens_bot v0.8.0, s…
Browse files Browse the repository at this point in the history
…apiens_cli v0.9.0, sapiens_exp v0.8.0, safety bump 4 crates

SAFETY BUMP: sapiens_tools v0.10.0, sapiens_bot v0.8.0, sapiens_cli v0.9.0, sapiens_exp v0.8.0
  • Loading branch information
ssoudan committed May 23, 2023
1 parent cb9a704 commit 02f36bb
Show file tree
Hide file tree
Showing 11 changed files with 232 additions and 22 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 50 additions & 1 deletion sapiens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,56 @@ 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.0 (2023-05-23)

### Chore

- <csr-id-bf9a7b53c0d3095c083fe553a18227a52d2d6a1f/> update

### New Features

- <csr-id-6ad490ab669568e1af013b5464ceca3e922da175/> more readable console outputs
- <csr-id-22e3c7a25050fa820a0d368ba323ae0e218dfa46/> token consumption
- <csr-id-6adde83ce517e9aabe67d4d59587492fb765db1f/> renaming

### New Features (BREAKING)

- <csr-id-bd1fe193772897b80211e0123ca0bfc4902a33d8/> multi-step OODA chain
- <csr-id-53c7d7ddf901709715543e76f780a8f39e334625/> multi-step OODA chain
- <csr-id-102a2f9d1bc2e81af2745c7cdc42b6db0f428ccb/> more flexible definition of chains
- <csr-id-67ea659fcc5ca60a4372014ff5af8aa2b00d7dfa/> examples are pairs of entries

### Commit Statistics

<csr-read-only-do-not-edit/>

- 9 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

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **Uncategorized**
- 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))
- Multi-step OODA chain ([`53c7d7d`](https://github.com/ssoudan/sapiens/commit/53c7d7ddf901709715543e76f780a8f39e334625))
- Update ([`bf9a7b5`](https://github.com/ssoudan/sapiens/commit/bf9a7b53c0d3095c083fe553a18227a52d2d6a1f))
- Token consumption ([`22e3c7a`](https://github.com/ssoudan/sapiens/commit/22e3c7a25050fa820a0d368ba323ae0e218dfa46))
- More flexible definition of chains ([`102a2f9`](https://github.com/ssoudan/sapiens/commit/102a2f9d1bc2e81af2745c7cdc42b6db0f428ccb))
- Renaming ([`6adde83`](https://github.com/ssoudan/sapiens/commit/6adde83ce517e9aabe67d4d59587492fb765db1f))
- Examples are pairs of entries ([`67ea659`](https://github.com/ssoudan/sapiens/commit/67ea659fcc5ca60a4372014ff5af8aa2b00d7dfa))
</details>

## 0.9.0 (2023-05-17)

<csr-id-099c611a319519c44b62274627e35b01746ce37e/>

### Chore

- <csr-id-099c611a319519c44b62274627e35b01746ce37e/> bump serde from 1.0.162 to 1.0.163
Expand All @@ -33,7 +81,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<csr-read-only-do-not-edit/>

- 5 commits contributed to the release over the course of 6 calendar days.
- 6 commits contributed to the release over the course of 6 calendar days.
- 6 days passed between releases.
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -45,6 +93,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Release sapiens v0.9.0, sapiens_tools v0.9.0, sapiens_bot v0.7.0, sapiens_cli v0.8.0, sapiens_exp v0.7.0, safety bump 4 crates ([`a6639bd`](https://github.com/ssoudan/sapiens/commit/a6639bd1fc913081d653662be98d15672be6d140))
- Merge pull request #24 from ssoudan/more_steps ([`e28fdf3`](https://github.com/ssoudan/sapiens/commit/e28fdf388d24fbf084b15314e922bdf6bc386479))
- Support for Palm chat-bison-001 ([`14eb667`](https://github.com/ssoudan/sapiens/commit/14eb667de00ddb53c5162dca550d8a0d35f094e4))
- Making room for GCP's generative models ([`69247eb`](https://github.com/ssoudan/sapiens/commit/69247eb1c4e73d10db3a6611cdab33485971af7b))
Expand Down
2 changes: 1 addition & 1 deletion sapiens/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sapiens"
version= "0.9.0"
version= "0.10.0"
edition.workspace = true
authors.workspace = true
description = "Core - Sapiens"
Expand Down
41 changes: 40 additions & 1 deletion sapiens_bot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,44 @@ 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.0 (2023-05-23)

### Chore

- <csr-id-bf9a7b53c0d3095c083fe553a18227a52d2d6a1f/> update

### New Features

- <csr-id-6adde83ce517e9aabe67d4d59587492fb765db1f/> renaming

### New Features (BREAKING)

- <csr-id-53c7d7ddf901709715543e76f780a8f39e334625/> multi-step OODA chain
- <csr-id-102a2f9d1bc2e81af2745c7cdc42b6db0f428ccb/> more flexible definition of chains

### Commit Statistics

<csr-read-only-do-not-edit/>

- 5 commits contributed to the release over the course of 5 calendar days.
- 5 days passed between releases.
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **Uncategorized**
- 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))
- Update ([`bf9a7b5`](https://github.com/ssoudan/sapiens/commit/bf9a7b53c0d3095c083fe553a18227a52d2d6a1f))
- More flexible definition of chains ([`102a2f9`](https://github.com/ssoudan/sapiens/commit/102a2f9d1bc2e81af2745c7cdc42b6db0f428ccb))
- Renaming ([`6adde83`](https://github.com/ssoudan/sapiens/commit/6adde83ce517e9aabe67d4d59587492fb765db1f))
</details>

## 0.7.0 (2023-05-17)

### New Features
Expand All @@ -15,7 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<csr-read-only-do-not-edit/>

- 2 commits contributed to the release.
- 3 commits contributed to the release.
- 6 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -27,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Release sapiens v0.9.0, sapiens_tools v0.9.0, sapiens_bot v0.7.0, sapiens_cli v0.8.0, sapiens_exp v0.7.0, safety bump 4 crates ([`a6639bd`](https://github.com/ssoudan/sapiens/commit/a6639bd1fc913081d653662be98d15672be6d140))
- Merge pull request #24 from ssoudan/more_steps ([`e28fdf3`](https://github.com/ssoudan/sapiens/commit/e28fdf388d24fbf084b15314e922bdf6bc386479))
- Support for Palm chat-bison-001 in the bot ([`72ce17a`](https://github.com/ssoudan/sapiens/commit/72ce17a1eab03e9655cefaca48d9520972b59f31))
</details>
Expand Down
6 changes: 3 additions & 3 deletions sapiens_bot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sapiens_bot"
version= "0.7.0"
version= "0.8.0"
edition.workspace = true
authors.workspace = true
description = "The discord bot - Sapiens"
Expand Down Expand Up @@ -28,8 +28,8 @@ search = ["sapiens_tools/search"]


[dependencies]
sapiens = { path = "../sapiens", version = "^0.9.0" }
sapiens_tools = { path = "../sapiens_tools", version = "^0.9.0", default-features = false }
sapiens = { path = "../sapiens", version = "^0.10.0" }
sapiens_tools = { path = "../sapiens_tools", version = "^0.10.0", default-features = false }

huelib2 = { version = "0.13.3", optional = true }

Expand Down
43 changes: 42 additions & 1 deletion sapiens_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,46 @@ 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.0 (2023-05-23)

### Chore

- <csr-id-bf9a7b53c0d3095c083fe553a18227a52d2d6a1f/> update

### New Features

- <csr-id-6ad490ab669568e1af013b5464ceca3e922da175/> more readable console outputs

### New Features (BREAKING)

- <csr-id-53c7d7ddf901709715543e76f780a8f39e334625/> multi-step OODA chain
- <csr-id-102a2f9d1bc2e81af2745c7cdc42b6db0f428ccb/> more flexible definition of chains
- <csr-id-67ea659fcc5ca60a4372014ff5af8aa2b00d7dfa/> examples are pairs of entries

### Commit Statistics

<csr-read-only-do-not-edit/>

- 6 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

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **Uncategorized**
- 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))
- Update ([`bf9a7b5`](https://github.com/ssoudan/sapiens/commit/bf9a7b53c0d3095c083fe553a18227a52d2d6a1f))
- More flexible definition of chains ([`102a2f9`](https://github.com/ssoudan/sapiens/commit/102a2f9d1bc2e81af2745c7cdc42b6db0f428ccb))
- Examples are pairs of entries ([`67ea659`](https://github.com/ssoudan/sapiens/commit/67ea659fcc5ca60a4372014ff5af8aa2b00d7dfa))
</details>

## 0.8.0 (2023-05-17)

### New Features (BREAKING)
Expand All @@ -15,7 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<csr-read-only-do-not-edit/>

- 2 commits contributed to the release.
- 3 commits contributed to the release.
- 6 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -27,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Release sapiens v0.9.0, sapiens_tools v0.9.0, sapiens_bot v0.7.0, sapiens_cli v0.8.0, sapiens_exp v0.7.0, safety bump 4 crates ([`a6639bd`](https://github.com/ssoudan/sapiens/commit/a6639bd1fc913081d653662be98d15672be6d140))
- Merge pull request #24 from ssoudan/more_steps ([`e28fdf3`](https://github.com/ssoudan/sapiens/commit/e28fdf388d24fbf084b15314e922bdf6bc386479))
- Support for Palm chat-bison-001 ([`14eb667`](https://github.com/ssoudan/sapiens/commit/14eb667de00ddb53c5162dca550d8a0d35f094e4))
</details>
Expand Down
6 changes: 3 additions & 3 deletions sapiens_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sapiens_cli"
version= "0.8.0"
version= "0.9.0"
edition.workspace = true
authors.workspace = true
description = "The cli - Sapiens"
Expand All @@ -27,8 +27,8 @@ search = ["sapiens_tools/search"]


[dependencies]
sapiens = { path = "../sapiens", version = "^0.9.0" }
sapiens_tools = { path = "../sapiens_tools", version = "^0.9.0", default-features = false }
sapiens = { path = "../sapiens", version = "^0.10.0" }
sapiens_tools = { path = "../sapiens_tools", version = "^0.10.0", default-features = false }

tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
Expand Down
47 changes: 46 additions & 1 deletion sapiens_exp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,52 @@ 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.0 (2023-05-23)

### Chore

- <csr-id-bf9a7b53c0d3095c083fe553a18227a52d2d6a1f/> update

### New Features

- <csr-id-6ad490ab669568e1af013b5464ceca3e922da175/> more readable console outputs
- <csr-id-22e3c7a25050fa820a0d368ba323ae0e218dfa46/> token consumption

### New Features (BREAKING)

- <csr-id-53c7d7ddf901709715543e76f780a8f39e334625/> multi-step OODA chain
- <csr-id-102a2f9d1bc2e81af2745c7cdc42b6db0f428ccb/> more flexible definition of chains
- <csr-id-67ea659fcc5ca60a4372014ff5af8aa2b00d7dfa/> examples are pairs of entries

### Commit Statistics

<csr-read-only-do-not-edit/>

- 7 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

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **Uncategorized**
- 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))
- Update ([`bf9a7b5`](https://github.com/ssoudan/sapiens/commit/bf9a7b53c0d3095c083fe553a18227a52d2d6a1f))
- Token consumption ([`22e3c7a`](https://github.com/ssoudan/sapiens/commit/22e3c7a25050fa820a0d368ba323ae0e218dfa46))
- More flexible definition of chains ([`102a2f9`](https://github.com/ssoudan/sapiens/commit/102a2f9d1bc2e81af2745c7cdc42b6db0f428ccb))
- Examples are pairs of entries ([`67ea659`](https://github.com/ssoudan/sapiens/commit/67ea659fcc5ca60a4372014ff5af8aa2b00d7dfa))
</details>

## 0.7.0 (2023-05-17)

<csr-id-099c611a319519c44b62274627e35b01746ce37e/>

### Chore

- <csr-id-099c611a319519c44b62274627e35b01746ce37e/> bump serde from 1.0.162 to 1.0.163
Expand All @@ -29,7 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<csr-read-only-do-not-edit/>

- 4 commits contributed to the release over the course of 6 calendar days.
- 5 commits contributed to the release over the course of 6 calendar days.
- 6 days passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -41,6 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Release sapiens v0.9.0, sapiens_tools v0.9.0, sapiens_bot v0.7.0, sapiens_cli v0.8.0, sapiens_exp v0.7.0, safety bump 4 crates ([`a6639bd`](https://github.com/ssoudan/sapiens/commit/a6639bd1fc913081d653662be98d15672be6d140))
- Merge pull request #24 from ssoudan/more_steps ([`e28fdf3`](https://github.com/ssoudan/sapiens/commit/e28fdf388d24fbf084b15314e922bdf6bc386479))
- Support for Palm chat-bison-001 ([`14eb667`](https://github.com/ssoudan/sapiens/commit/14eb667de00ddb53c5162dca550d8a0d35f094e4))
- Merge pull request #19 from ssoudan/dependabot/cargo/serde-1.0.163 ([`d6497e5`](https://github.com/ssoudan/sapiens/commit/d6497e564aa66cfa80500b8f91bc5e0b4447f689))
Expand Down
6 changes: 3 additions & 3 deletions sapiens_exp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sapiens_exp"
version= "0.7.0"
version= "0.8.0"
edition.workspace = true
authors.workspace = true
description = "Experiments - Sapiens"
Expand All @@ -16,8 +16,8 @@ documentation = "https://docs.rs/sapiens_exp"
default = [ ]

[dependencies]
sapiens = { path = "../sapiens", version = "^0.9.0" }
sapiens_tools = { path = "../sapiens_tools", version = "^0.9.0", default-features = false }
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 }

tracing = "0.1.37"
Expand Down
Loading

0 comments on commit 02f36bb

Please sign in to comment.