From d6fdd214f49810c9079b6d370a80c1b264923980 Mon Sep 17 00:00:00 2001 From: Gregory Conrad Date: Sun, 28 Apr 2024 11:21:10 -0400 Subject: [PATCH] Release rearch v0.10.1, rearch-tokio v0.10.1 --- rearch-tokio/CHANGELOG.md | 32 +++++++++++++++++++- rearch-tokio/Cargo.toml | 2 +- rearch/CHANGELOG.md | 61 ++++++++++++++++++++++++++++++++++++++- rearch/Cargo.toml | 2 +- 4 files changed, 93 insertions(+), 4 deletions(-) diff --git a/rearch-tokio/CHANGELOG.md b/rearch-tokio/CHANGELOG.md index b8c3684..327c705 100644 --- a/rearch-tokio/CHANGELOG.md +++ b/rearch-tokio/CHANGELOG.md @@ -1,7 +1,36 @@ +## v0.10.1 (2024-04-28) + +### Performance + + - remove concread dependency + +### Commit Statistics + + + + - 1 commit contributed to the release over the course of 7 calendar days. + - 23 days passed between releases. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 1 unique issue was worked on: [#46](https://github.com/GregoryConrad/rearch-rs/issues/46) + +### Commit Details + + + +
view details + + * **[#46](https://github.com/GregoryConrad/rearch-rs/issues/46)** + - Remove concread dependency ([`6784ff3`](https://github.com/GregoryConrad/rearch-rs/commit/6784ff381856be8ec5cc3a8864928edb53101438)) +
+ ## v0.10.0 (2024-04-05) + + + + ### Chore - bump version numbers @@ -15,7 +44,7 @@ - - 3 commits contributed to the release over the course of 33 calendar days. + - 4 commits contributed to the release over the course of 33 calendar days. - 80 days passed between releases. - 3 commits were understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: [#37](https://github.com/GregoryConrad/rearch-rs/issues/37) @@ -29,6 +58,7 @@ * **[#37](https://github.com/GregoryConrad/rearch-rs/issues/37)** - Fix latest docs-styling clippy lint ([`f14098a`](https://github.com/GregoryConrad/rearch-rs/commit/f14098ac00541b4afc501fd0c11e58e695c85a45)) * **Uncategorized** + - Release rearch v0.10.0, rearch-effects v0.5.0, rearch-tokio v0.10.0 ([`850e353`](https://github.com/GregoryConrad/rearch-rs/commit/850e353051de1d5970b34e8c7d75114f5f24db34)) - Bump version numbers ([`f9ab7a0`](https://github.com/GregoryConrad/rearch-rs/commit/f9ab7a02192bf7555b26623081a85769d973a7ac)) - Temporarily allow multiple crate versions ([`429990d`](https://github.com/GregoryConrad/rearch-rs/commit/429990d91cb66797e5f678638ce5d22c2e12677f)) diff --git a/rearch-tokio/Cargo.toml b/rearch-tokio/Cargo.toml index 29b06a2..65c120f 100644 --- a/rearch-tokio/Cargo.toml +++ b/rearch-tokio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rearch-tokio" -version = "0.10.0" +version = "0.10.1" edition.workspace = true license.workspace = true description.workspace = true diff --git a/rearch/CHANGELOG.md b/rearch/CHANGELOG.md index 97fbf10..c1f8cb8 100644 --- a/rearch/CHANGELOG.md +++ b/rearch/CHANGELOG.md @@ -1,7 +1,65 @@ +## v0.10.1 (2024-04-28) + +### Chore + + - specify rust-version in rearch Cargo.toml + +### New Features + + - add Container::read_ref API + +### Performance + + - remove concread dependency + - remove unnecessary heap allocation + +### Refactor + + - remove the with_txn FnOnce lifetime param + Also rewrote the corresponding functions with generics. + Generics do not have implicit 'static lifetimes, unlike Box. + +### Style + + - remove unnecessary type/ref workaround + +### Commit Statistics + + + + - 6 commits contributed to the release over the course of 21 calendar days. + - 23 days passed between releases. + - 6 commits were understood as [conventional](https://www.conventionalcommits.org). + - 4 unique issues were worked on: [#42](https://github.com/GregoryConrad/rearch-rs/issues/42), [#43](https://github.com/GregoryConrad/rearch-rs/issues/43), [#46](https://github.com/GregoryConrad/rearch-rs/issues/46), [#49](https://github.com/GregoryConrad/rearch-rs/issues/49) + +### Commit Details + + + +
view details + + * **[#42](https://github.com/GregoryConrad/rearch-rs/issues/42)** + - Remove the with_txn FnOnce lifetime param ([`b7c3fe5`](https://github.com/GregoryConrad/rearch-rs/commit/b7c3fe566d76f431afac3195a8eb1bc35ca1149c)) + * **[#43](https://github.com/GregoryConrad/rearch-rs/issues/43)** + - Remove unnecessary type/ref workaround ([`80b3aa4`](https://github.com/GregoryConrad/rearch-rs/commit/80b3aa4c61b27131feba2567a1e3bb4f82dc5457)) + * **[#46](https://github.com/GregoryConrad/rearch-rs/issues/46)** + - Remove concread dependency ([`6784ff3`](https://github.com/GregoryConrad/rearch-rs/commit/6784ff381856be8ec5cc3a8864928edb53101438)) + * **[#49](https://github.com/GregoryConrad/rearch-rs/issues/49)** + - Add Container::read_ref API ([`4d4ee1c`](https://github.com/GregoryConrad/rearch-rs/commit/4d4ee1c7cc524c47c71dee375ba577e8cee4b637)) + * **Uncategorized** + - Remove unnecessary heap allocation ([`92b4810`](https://github.com/GregoryConrad/rearch-rs/commit/92b4810886cd632a29b2fc9d0e5aa98913faa99d)) + - Specify rust-version in rearch Cargo.toml ([`3992390`](https://github.com/GregoryConrad/rearch-rs/commit/3992390b4874ecaca635b7397e40f636b83a5b33)) +
+ ## v0.10.0 (2024-04-05) + + + + + ### Chore - bump version numbers @@ -28,7 +86,7 @@ - - 5 commits contributed to the release over the course of 79 calendar days. + - 6 commits contributed to the release over the course of 80 calendar days. - 80 days passed between releases. - 5 commits were understood as [conventional](https://www.conventionalcommits.org). - 4 unique issues were worked on: [#36](https://github.com/GregoryConrad/rearch-rs/issues/36), [#37](https://github.com/GregoryConrad/rearch-rs/issues/37), [#40](https://github.com/GregoryConrad/rearch-rs/issues/40), [#41](https://github.com/GregoryConrad/rearch-rs/issues/41) @@ -48,6 +106,7 @@ * **[#41](https://github.com/GregoryConrad/rearch-rs/issues/41)** - Rewrite old CapsuleKey as trait alias ([`92e9892`](https://github.com/GregoryConrad/rearch-rs/commit/92e9892d650b9368e12c35269de24e74b83848dc)) * **Uncategorized** + - Release rearch v0.10.0, rearch-effects v0.5.0, rearch-tokio v0.10.0 ([`850e353`](https://github.com/GregoryConrad/rearch-rs/commit/850e353051de1d5970b34e8c7d75114f5f24db34)) - Bump version numbers ([`f9ab7a0`](https://github.com/GregoryConrad/rearch-rs/commit/f9ab7a02192bf7555b26623081a85769d973a7ac)) diff --git a/rearch/Cargo.toml b/rearch/Cargo.toml index aea77bc..eb5fb3f 100644 --- a/rearch/Cargo.toml +++ b/rearch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rearch" -version = "0.10.0" +version = "0.10.1" rust-version = "1.75" edition.workspace = true license.workspace = true