Skip to content

Commit

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

SAFETY BUMP: sapiens_tools v0.9.0, sapiens_bot v0.7.0, sapiens_cli v0.8.0, sapiens_exp v0.7.0
  • Loading branch information
ssoudan committed May 17, 2023
1 parent e28fdf3 commit a6639bd
Show file tree
Hide file tree
Showing 11 changed files with 233 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.

55 changes: 54 additions & 1 deletion sapiens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,60 @@ 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-17)

### Chore

- <csr-id-099c611a319519c44b62274627e35b01746ce37e/> bump serde from 1.0.162 to 1.0.163
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.162 to 1.0.163.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.162...v1.0.163)

---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...

### New Features

- <csr-id-69247eb1c4e73d10db3a6611cdab33485971af7b/> making room for GCP's generative models

### New Features (BREAKING)

- <csr-id-14eb667de00ddb53c5162dca550d8a0d35f094e4/> support for Palm chat-bison-001

### Commit Statistics

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

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

### Commit Details

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

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

* **Uncategorized**
- 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))
- Merge pull request #19 from ssoudan/dependabot/cargo/serde-1.0.163 ([`d6497e5`](https://github.com/ssoudan/sapiens/commit/d6497e564aa66cfa80500b8f91bc5e0b4447f689))
- Bump serde from 1.0.162 to 1.0.163 ([`099c611`](https://github.com/ssoudan/sapiens/commit/099c611a319519c44b62274627e35b01746ce37e))
</details>

## 0.8.0 (2023-05-11)

<csr-id-37fe5c57cb17dabf56fa61e8dcad8c5585846750/>
<csr-id-c46990fe7b630ecc1e2698da5c168508da47fe34/>
<csr-id-25661955e8aba7f9dee4a16e046c621c5ffd3fca/>
<csr-id-46bd185de682284de78347616171a69a488447fb/>

### Chore

- <csr-id-37fe5c57cb17dabf56fa61e8dcad8c5585846750/> update
Expand All @@ -33,7 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

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

* **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))
- Update ([`37fe5c5`](https://github.com/ssoudan/sapiens/commit/37fe5c57cb17dabf56fa61e8dcad8c5585846750))
- Merge pull request #16 from ssoudan/decoupling ([`981d4d4`](https://github.com/ssoudan/sapiens/commit/981d4d4e1e6b625e17d7dcc2fc94e0709e11267c))
- Support for Vicuna 7B 1.1 and 13B 1.1- not too impressive at this point ([`eed2b7c`](https://github.com/ssoudan/sapiens/commit/eed2b7c58b25e2edff0b69919fbe265cfd75459f))
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.8.0"
version= "0.9.0"
edition.workspace = true
authors.workspace = true
description = "Core - Sapiens"
Expand Down
32 changes: 31 additions & 1 deletion sapiens_bot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0 (2023-05-17)

### New Features

- <csr-id-72ce17a1eab03e9655cefaca48d9520972b59f31/> support for Palm chat-bison-001 in the bot

### Commit Statistics

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

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

### Commit Details

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

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

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

## 0.6.0 (2023-05-11)

<csr-id-25661955e8aba7f9dee4a16e046c621c5ffd3fca/>
<csr-id-46bd185de682284de78347616171a69a488447fb/>

### Chore

- <csr-id-25661955e8aba7f9dee4a16e046c621c5ffd3fca/> badges, docs.rs links, ...
Expand All @@ -19,7 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

- 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
Expand All @@ -31,6 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **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))
- Moved the LM to a single place ([`46bd185`](https://github.com/ssoudan/sapiens/commit/46bd185de682284de78347616171a69a488447fb))
- Badges, docs.rs links, ... ([`2566195`](https://github.com/ssoudan/sapiens/commit/25661955e8aba7f9dee4a16e046c621c5ffd3fca))
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.6.0"
version= "0.7.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.8.0" }
sapiens_tools = { path = "../sapiens_tools", version = "^0.8.0", default-features = false }
sapiens = { path = "../sapiens", version = "^0.9.0" }
sapiens_tools = { path = "../sapiens_tools", version = "^0.9.0", default-features = false }

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

Expand Down
33 changes: 32 additions & 1 deletion sapiens_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,38 @@ 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-17)

### New Features (BREAKING)

- <csr-id-14eb667de00ddb53c5162dca550d8a0d35f094e4/> support for Palm chat-bison-001

### Commit Statistics

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

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

### Commit Details

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

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

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

## 0.7.0 (2023-05-11)

<csr-id-37fe5c57cb17dabf56fa61e8dcad8c5585846750/>
<csr-id-25661955e8aba7f9dee4a16e046c621c5ffd3fca/>
<csr-id-46bd185de682284de78347616171a69a488447fb/>

### Chore

- <csr-id-37fe5c57cb17dabf56fa61e8dcad8c5585846750/> update
Expand All @@ -24,7 +54,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 5 calendar days.
- 6 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
Expand All @@ -36,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **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))
- Update ([`37fe5c5`](https://github.com/ssoudan/sapiens/commit/37fe5c57cb17dabf56fa61e8dcad8c5585846750))
- Merge pull request #16 from ssoudan/decoupling ([`981d4d4`](https://github.com/ssoudan/sapiens/commit/981d4d4e1e6b625e17d7dcc2fc94e0709e11267c))
- Support for Vicuna 7B 1.1 and 13B 1.1- not too impressive at this point ([`eed2b7c`](https://github.com/ssoudan/sapiens/commit/eed2b7c58b25e2edff0b69919fbe265cfd75459f))
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.7.0"
version= "0.8.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.8.0" }
sapiens_tools = { path = "../sapiens_tools", version = "^0.8.0", default-features = false }
sapiens = { path = "../sapiens", version = "^0.9.0" }
sapiens_tools = { path = "../sapiens_tools", version = "^0.9.0", default-features = false }

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

### Chore

- <csr-id-099c611a319519c44b62274627e35b01746ce37e/> bump serde from 1.0.162 to 1.0.163
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.162 to 1.0.163.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.162...v1.0.163)

---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...

### New Features (BREAKING)

- <csr-id-14eb667de00ddb53c5162dca550d8a0d35f094e4/> support for Palm chat-bison-001

### Commit Statistics

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

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

### Commit Details

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

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

* **Uncategorized**
- 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))
- Bump serde from 1.0.162 to 1.0.163 ([`099c611`](https://github.com/ssoudan/sapiens/commit/099c611a319519c44b62274627e35b01746ce37e))
</details>

## 0.6.0 (2023-05-11)

<csr-id-37fe5c57cb17dabf56fa61e8dcad8c5585846750/>
<csr-id-c46990fe7b630ecc1e2698da5c168508da47fe34/>
<csr-id-25661955e8aba7f9dee4a16e046c621c5ffd3fca/>
<csr-id-46bd185de682284de78347616171a69a488447fb/>

### Chore

- <csr-id-37fe5c57cb17dabf56fa61e8dcad8c5585846750/> update
Expand All @@ -29,7 +76,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

- 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
Expand All @@ -41,6 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **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))
- Update ([`37fe5c5`](https://github.com/ssoudan/sapiens/commit/37fe5c57cb17dabf56fa61e8dcad8c5585846750))
- Merge pull request #16 from ssoudan/decoupling ([`981d4d4`](https://github.com/ssoudan/sapiens/commit/981d4d4e1e6b625e17d7dcc2fc94e0709e11267c))
- Support for Vicuna 7B 1.1 and 13B 1.1- not too impressive at this point ([`eed2b7c`](https://github.com/ssoudan/sapiens/commit/eed2b7c58b25e2edff0b69919fbe265cfd75459f))
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.6.0"
version= "0.7.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.8.0" }
sapiens_tools = { path = "../sapiens_tools", version = "^0.8.0", default-features = false }
sapiens = { path = "../sapiens", version = "^0.9.0" }
sapiens_tools = { path = "../sapiens_tools", version = "^0.9.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 a6639bd

Please sign in to comment.