Skip to content

Commit

Permalink
Release rearch v0.10.2, rearch-effects v0.5.2, rearch-tokio v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Jun 1, 2024
1 parent 52f65a8 commit 27c6c41
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 10 deletions.
36 changes: 35 additions & 1 deletion rearch-effects/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ 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).

## v0.5.2 (2024-06-01)

### Performance

- <csr-id-2e072440d6b7ac7baaf2731576e5427387daa6ae/> switch multi side effect to Cell from RefCell

### Refactor

- <csr-id-52f65a8b0cdb04e79a372a252cb48d21258ec670/> list out deps inline to be more idiomatic
- <csr-id-0c264cfbbd49b155880aef45465eb54125511d1a/> remove once_cell dependency for lazy transformers

### Commit Statistics

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

- 3 commits contributed to the release over the course of 4 calendar days.
- 31 days passed between releases.
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#55](https://github.com/GregoryConrad/rearch-rs/issues/55)

### Commit Details

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

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

* **[#55](https://github.com/GregoryConrad/rearch-rs/issues/55)**
- List out deps inline to be more idiomatic ([`52f65a8`](https://github.com/GregoryConrad/rearch-rs/commit/52f65a8b0cdb04e79a372a252cb48d21258ec670))
* **Uncategorized**
- Remove once_cell dependency for lazy transformers ([`0c264cf`](https://github.com/GregoryConrad/rearch-rs/commit/0c264cfbbd49b155880aef45465eb54125511d1a))
- Switch multi side effect to Cell from RefCell ([`2e07244`](https://github.com/GregoryConrad/rearch-rs/commit/2e072440d6b7ac7baaf2731576e5427387daa6ae))
</details>

## v0.5.1 (2024-04-30)

### New Features
Expand All @@ -19,7 +52,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.
- 25 days passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#51](https://github.com/GregoryConrad/rearch-rs/issues/51)
Expand All @@ -33,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* **[#51](https://github.com/GregoryConrad/rearch-rs/issues/51)**
- Add convenience MultiSideEffectRegistrar ([`657889b`](https://github.com/GregoryConrad/rearch-rs/commit/657889b54dc35152f1674eaead3c88c9ca5f9f42))
* **Uncategorized**
- Release rearch-effects v0.5.1 ([`153738f`](https://github.com/GregoryConrad/rearch-rs/commit/153738fd5554ba68b74f5b418487e3c2bc44fa05))
- Remove unnecessary clone ([`81184d5`](https://github.com/GregoryConrad/rearch-rs/commit/81184d5645146bb19d8653477bb6256969f8261d))
</details>

Expand Down
4 changes: 2 additions & 2 deletions rearch-effects/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rearch-effects"
version = "0.5.1"
version = "0.5.2"
edition.workspace = true
license.workspace = true
description.workspace = true
Expand All @@ -16,4 +16,4 @@ readme.workspace = true
workspace = true

[dependencies]
rearch = { version = "0.10.1", path = "../rearch" }
rearch = { version = "^0.10.2", path = "../rearch" }
29 changes: 28 additions & 1 deletion rearch-tokio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@


## v0.10.2 (2024-06-01)

### Refactor

- <csr-id-52f65a8b0cdb04e79a372a252cb48d21258ec670/> list out deps inline to be more idiomatic

### Commit Statistics

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

- 1 commit contributed to the release.
- 34 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#55](https://github.com/GregoryConrad/rearch-rs/issues/55)

### Commit Details

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

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

* **[#55](https://github.com/GregoryConrad/rearch-rs/issues/55)**
- List out deps inline to be more idiomatic ([`52f65a8`](https://github.com/GregoryConrad/rearch-rs/commit/52f65a8b0cdb04e79a372a252cb48d21258ec670))
</details>

## v0.10.1 (2024-04-28)

### Performance
Expand All @@ -10,7 +35,7 @@

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

- 1 commit contributed to the release over the course of 7 calendar days.
- 2 commits 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)
Expand All @@ -23,6 +48,8 @@

* **[#46](https://github.com/GregoryConrad/rearch-rs/issues/46)**
- Remove concread dependency ([`6784ff3`](https://github.com/GregoryConrad/rearch-rs/commit/6784ff381856be8ec5cc3a8864928edb53101438))
* **Uncategorized**
- Release rearch v0.10.1, rearch-tokio v0.10.1 ([`d6fdd21`](https://github.com/GregoryConrad/rearch-rs/commit/d6fdd214f49810c9079b6d370a80c1b264923980))
</details>

## v0.10.0 (2024-04-05)
Expand Down
6 changes: 3 additions & 3 deletions rearch-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rearch-tokio"
version = "0.10.1"
version = "0.10.2"
edition.workspace = true
license.workspace = true
description.workspace = true
Expand All @@ -16,6 +16,6 @@ readme.workspace = true
workspace = true

[dependencies]
rearch = { version = "0.10.1", path = "../rearch" }
rearch-effects = { version = "0.5.1", path = "../rearch-effects" }
rearch = { version = "^0.10.2", path = "../rearch" }
rearch-effects = { version = "^0.5.2", path = "../rearch-effects" }
tokio = { version = "1.36.0", default-features = false, features = ["rt"] }
2 changes: 1 addition & 1 deletion rearch-ui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ readme = "README.md"
workspace = true

[dependencies]
rearch = { version = "0.10.1", path = "../rearch" }
rearch = { version = "^0.10.2", path = "../rearch" }
43 changes: 42 additions & 1 deletion rearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,47 @@


## v0.10.2 (2024-06-01)

### Documentation

- <csr-id-7999241c7818892451fc727eaf504eb64b7c862f/> add doc comments to more API elements

### Other

- <csr-id-12813bc4b968aecd6f6581018627abf210c8f1a7/> fix and workaround latest nightly clippy lints

### Refactor

- <csr-id-52f65a8b0cdb04e79a372a252cb48d21258ec670/> list out deps inline to be more idiomatic

### Commit Statistics

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

- 3 commits contributed to the release over the course of 9 calendar days.
- 34 days passed between releases.
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#55](https://github.com/GregoryConrad/rearch-rs/issues/55)

### Commit Details

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

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

* **[#55](https://github.com/GregoryConrad/rearch-rs/issues/55)**
- List out deps inline to be more idiomatic ([`52f65a8`](https://github.com/GregoryConrad/rearch-rs/commit/52f65a8b0cdb04e79a372a252cb48d21258ec670))
* **Uncategorized**
- Add doc comments to more API elements ([`7999241`](https://github.com/GregoryConrad/rearch-rs/commit/7999241c7818892451fc727eaf504eb64b7c862f))
- Fix and workaround latest nightly clippy lints ([`12813bc`](https://github.com/GregoryConrad/rearch-rs/commit/12813bc4b968aecd6f6581018627abf210c8f1a7))
</details>

## v0.10.1 (2024-04-28)

<csr-id-3992390b4874ecaca635b7397e40f636b83a5b33/>
<csr-id-b7c3fe566d76f431afac3195a8eb1bc35ca1149c/>
<csr-id-80b3aa4c61b27131feba2567a1e3bb4f82dc5457/>

### Chore

- <csr-id-3992390b4874ecaca635b7397e40f636b83a5b33/> specify rust-version in rearch Cargo.toml
Expand Down Expand Up @@ -29,7 +69,7 @@

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

- 6 commits contributed to the release over the course of 21 calendar days.
- 7 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)
Expand All @@ -49,6 +89,7 @@
* **[#49](https://github.com/GregoryConrad/rearch-rs/issues/49)**
- Add Container::read_ref API ([`4d4ee1c`](https://github.com/GregoryConrad/rearch-rs/commit/4d4ee1c7cc524c47c71dee375ba577e8cee4b637))
* **Uncategorized**
- Release rearch v0.10.1, rearch-tokio v0.10.1 ([`d6fdd21`](https://github.com/GregoryConrad/rearch-rs/commit/d6fdd214f49810c9079b6d370a80c1b264923980))
- 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))
</details>
Expand Down
2 changes: 1 addition & 1 deletion rearch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rearch"
version = "0.10.1"
version = "0.10.2"
rust-version = "1.75"
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 27c6c41

Please sign in to comment.