Skip to content

Commit

Permalink
Release rearch v0.9.2, rearch-effects v0.4.0, rearch-tokio v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Jan 16, 2024
1 parent 8858563 commit 6fa2389
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 20 deletions.
36 changes: 35 additions & 1 deletion rearch-effects/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,41 @@ 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.4.0 (2024-01-16)

### Chore

- <csr-id-88585638e2790125a3c47941b1b6dedf77209603/> update version numbers

### New Features (BREAKING)

- <csr-id-0f8e8643df4a521e142c64f8eab1dad0b36d06d7/> add side effect state transformers

### Commit Statistics

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

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

### Commit Details

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

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

* **[#35](https://github.com/GregoryConrad/rearch-rs/issues/35)**
- Add side effect state transformers ([`0f8e864`](https://github.com/GregoryConrad/rearch-rs/commit/0f8e8643df4a521e142c64f8eab1dad0b36d06d7))
* **Uncategorized**
- Update version numbers ([`8858563`](https://github.com/GregoryConrad/rearch-rs/commit/88585638e2790125a3c47941b1b6dedf77209603))
</details>

## v0.3.0 (2024-01-11)

<csr-id-151ff0b918e0b43bb9c78c42d380aee29717409c/>

### Chore

- <csr-id-151ff0b918e0b43bb9c78c42d380aee29717409c/> bump version numbers
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.
- 5 days passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#33](https://github.com/GregoryConrad/rearch-rs/issues/33)
Expand All @@ -33,6 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* **[#33](https://github.com/GregoryConrad/rearch-rs/issues/33)**
- Re-add and modernize older side effects ([`8603fc9`](https://github.com/GregoryConrad/rearch-rs/commit/8603fc98fad5d41684c3819b508dd67e844ffb63))
* **Uncategorized**
- Release rearch v0.9.1, rearch-effects v0.3.0, rearch-tokio v0.8.0 ([`86c6afe`](https://github.com/GregoryConrad/rearch-rs/commit/86c6afe4f2958b611723e143a1928411b92a16f2))
- Bump version numbers ([`151ff0b`](https://github.com/GregoryConrad/rearch-rs/commit/151ff0b918e0b43bb9c78c42d380aee29717409c))
</details>

Expand Down
82 changes: 64 additions & 18 deletions rearch-tokio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,81 @@


## v0.8.0 (2024-01-11)
## v0.9.0 (2024-01-16)

### Chore

- <csr-id-151ff0b918e0b43bb9c78c42d380aee29717409c/> bump version numbers
- <csr-id-88585638e2790125a3c47941b1b6dedf77209603/> update version numbers

### New Features (BREAKING)

- <csr-id-8603fc98fad5d41684c3819b508dd67e844ffb63/> re-add and modernize older side effects
- <csr-id-0f8e8643df4a521e142c64f8eab1dad0b36d06d7/> add side effect state transformers

### Bug Fixes (BREAKING)

- <csr-id-f20f626e092d9afef6d2144d39ae846b8c9b0807/> change mutation return type to a ref

### Commit Statistics

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

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

### Commit Details

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

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

* **[#33](https://github.com/GregoryConrad/rearch-rs/issues/33)**
- Re-add and modernize older side effects ([`8603fc9`](https://github.com/GregoryConrad/rearch-rs/commit/8603fc98fad5d41684c3819b508dd67e844ffb63))
* **[#34](https://github.com/GregoryConrad/rearch-rs/issues/34)**
- Change mutation return type to a ref ([`f20f626`](https://github.com/GregoryConrad/rearch-rs/commit/f20f626e092d9afef6d2144d39ae846b8c9b0807))
* **[#35](https://github.com/GregoryConrad/rearch-rs/issues/35)**
- Add side effect state transformers ([`0f8e864`](https://github.com/GregoryConrad/rearch-rs/commit/0f8e8643df4a521e142c64f8eab1dad0b36d06d7))
* **Uncategorized**
- Bump version numbers ([`151ff0b`](https://github.com/GregoryConrad/rearch-rs/commit/151ff0b918e0b43bb9c78c42d380aee29717409c))
- Update version numbers ([`8858563`](https://github.com/GregoryConrad/rearch-rs/commit/88585638e2790125a3c47941b1b6dedf77209603))
</details>

## v0.5.1 (2023-12-15)
## v0.8.0 (2024-01-11)

<csr-id-109acfec83e4d74050200e98cfd9c6fee13e7e70/>
<csr-id-151ff0b918e0b43bb9c78c42d380aee29717409c/>

### Chore

- <csr-id-109acfec83e4d74050200e98cfd9c6fee13e7e70/> version bumps
- <csr-id-151ff0b918e0b43bb9c78c42d380aee29717409c/> bump version numbers

### New Features (BREAKING)

- <csr-id-8603fc98fad5d41684c3819b508dd67e844ffb63/> re-add and modernize older side effects

### Commit Statistics

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

- 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
- 3 commits contributed to the release.
- 10 days passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#33](https://github.com/GregoryConrad/rearch-rs/issues/33)

### Commit Details

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

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

* **[#33](https://github.com/GregoryConrad/rearch-rs/issues/33)**
- Re-add and modernize older side effects ([`8603fc9`](https://github.com/GregoryConrad/rearch-rs/commit/8603fc98fad5d41684c3819b508dd67e844ffb63))
* **Uncategorized**
- Release rearch v0.6.0, rearch-tokio v0.5.1 ([`2f191a5`](https://github.com/GregoryConrad/rearch-rs/commit/2f191a59538d75a18c872f7fdcd226e065ec34d5))
- Version bumps ([`109acfe`](https://github.com/GregoryConrad/rearch-rs/commit/109acfec83e4d74050200e98cfd9c6fee13e7e70))
- Release rearch v0.9.1, rearch-effects v0.3.0, rearch-tokio v0.8.0 ([`86c6afe`](https://github.com/GregoryConrad/rearch-rs/commit/86c6afe4f2958b611723e143a1928411b92a16f2))
- Bump version numbers ([`151ff0b`](https://github.com/GregoryConrad/rearch-rs/commit/151ff0b918e0b43bb9c78c42d380aee29717409c))
</details>

## v0.7.0 (2024-01-01)

<csr-id-b81740f1787dd55c792b62dbf61295bcfbda6eba/>
<csr-id-ffda1036991653439cb71eb34bdae3cba710b065/>

### Chore

- <csr-id-b81740f1787dd55c792b62dbf61295bcfbda6eba/> update version numbers
Expand Down Expand Up @@ -91,6 +107,9 @@

## v0.6.0 (2023-12-26)

<csr-id-7af305d2f6ee25a618f919ef7d179bfae4d7f6eb/>
<csr-id-d00c317c58da5bd9427333bb9527575d5049d62f/>

### Chore

- <csr-id-7af305d2f6ee25a618f919ef7d179bfae4d7f6eb/> update version numbers
Expand Down Expand Up @@ -126,6 +145,33 @@
- Update version numbers ([`7af305d`](https://github.com/GregoryConrad/rearch-rs/commit/7af305d2f6ee25a618f919ef7d179bfae4d7f6eb))
</details>

## v0.5.1 (2023-12-15)

<csr-id-109acfec83e4d74050200e98cfd9c6fee13e7e70/>

### Chore

- <csr-id-109acfec83e4d74050200e98cfd9c6fee13e7e70/> version bumps

### Commit Statistics

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

- 2 commits contributed to the release.
- 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**
- Release rearch v0.6.0, rearch-tokio v0.5.1 ([`2f191a5`](https://github.com/GregoryConrad/rearch-rs/commit/2f191a59538d75a18c872f7fdcd226e065ec34d5))
- Version bumps ([`109acfe`](https://github.com/GregoryConrad/rearch-rs/commit/109acfec83e4d74050200e98cfd9c6fee13e7e70))
</details>

## v0.5.0 (2023-12-14)

<csr-id-864dee68d91c2f9e1bc5c6f18d9704b586413938/>
Expand Down
36 changes: 35 additions & 1 deletion rearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,40 @@


## v0.9.2 (2024-01-16)

### Chore

- <csr-id-88585638e2790125a3c47941b1b6dedf77209603/> update version numbers

### Style

- <csr-id-0d2a659bc7cb5e28d8c4b41590e81ae8e3a59815/> resolve new clone-related nightly clippy lints

### Commit Statistics

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

- 2 commits contributed to the release over the course of 3 calendar days.
- 4 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**
- Update version numbers ([`8858563`](https://github.com/GregoryConrad/rearch-rs/commit/88585638e2790125a3c47941b1b6dedf77209603))
- Resolve new clone-related nightly clippy lints ([`0d2a659`](https://github.com/GregoryConrad/rearch-rs/commit/0d2a659bc7cb5e28d8c4b41590e81ae8e3a59815))
</details>

## v0.9.1 (2024-01-11)

<csr-id-151ff0b918e0b43bb9c78c42d380aee29717409c/>
<csr-id-1b96f14e8e78526e49507fd433d2121ff447a6e6/>

### Chore

- <csr-id-151ff0b918e0b43bb9c78c42d380aee29717409c/> bump version numbers
Expand All @@ -22,7 +55,7 @@

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

- 4 commits contributed to the release over the course of 4 calendar days.
- 5 commits contributed to the release over the course of 4 calendar days.
- 5 days passed between releases.
- 4 commits were understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#32](https://github.com/GregoryConrad/rearch-rs/issues/32)
Expand All @@ -36,6 +69,7 @@
* **[#32](https://github.com/GregoryConrad/rearch-rs/issues/32)**
- Add Debug, PartialEq, and Eq impl for CapsuleKey ([`b2e6e1d`](https://github.com/GregoryConrad/rearch-rs/commit/b2e6e1dd19d34284fc4eb1ce145120c3a84edad9))
* **Uncategorized**
- Release rearch v0.9.1, rearch-effects v0.3.0, rearch-tokio v0.8.0 ([`86c6afe`](https://github.com/GregoryConrad/rearch-rs/commit/86c6afe4f2958b611723e143a1928411b92a16f2))
- Bump version numbers ([`151ff0b`](https://github.com/GregoryConrad/rearch-rs/commit/151ff0b918e0b43bb9c78c42d380aee29717409c))
- Improve structure of dyn capsule key impl ([`1b96f14`](https://github.com/GregoryConrad/rearch-rs/commit/1b96f14e8e78526e49507fd433d2121ff447a6e6))
- Update code comments ([`74155c5`](https://github.com/GregoryConrad/rearch-rs/commit/74155c54b048e9200349c85d2f4a38313cc1c3f7))
Expand Down

0 comments on commit 6fa2389

Please sign in to comment.