Skip to content

Commit

Permalink
Release rearch-effects v0.6.0, safety bump rearch-tokio v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Aug 7, 2024
1 parent 8ca7fa7 commit ba93161
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
29 changes: 28 additions & 1 deletion rearch-effects/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ 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.6.0 (2024-08-07)

### Bug Fixes (BREAKING)

- <csr-id-8ca7fa7534c98c6b1e30e0adfd6d59259351a532/> prevent possible `OverridableCapsule` API misuse

### Commit Statistics

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

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

### Commit Details

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

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

* **[#65](https://github.com/GregoryConrad/rearch-rs/issues/65)**
- Prevent possible `OverridableCapsule` API misuse ([`8ca7fa7`](https://github.com/GregoryConrad/rearch-rs/commit/8ca7fa7534c98c6b1e30e0adfd6d59259351a532))
</details>

## v0.5.3 (2024-08-04)

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

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

- 1 commit contributed to the release.
- 2 commits contributed to the release.
- 63 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#64](https://github.com/GregoryConrad/rearch-rs/issues/64)
Expand All @@ -28,6 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* **[#64](https://github.com/GregoryConrad/rearch-rs/issues/64)**
- Add `overridable_capsule` side effect ([`5b5391f`](https://github.com/GregoryConrad/rearch-rs/commit/5b5391f81f7dd7839a3bcc1df396dcb93d359228))
* **Uncategorized**
- Release rearch-effects v0.5.3, rearch-tokio v0.10.3 ([`74a2e35`](https://github.com/GregoryConrad/rearch-rs/commit/74a2e35ce04441dc74d2cee16085d070d37c5c0c))
</details>

## v0.5.2 (2024-06-01)
Expand Down
2 changes: 1 addition & 1 deletion 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.3"
version = "0.6.0"
edition.workspace = true
license.workspace = true
description.workspace = true
Expand Down
4 changes: 2 additions & 2 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.3"
version = "0.11.0"
edition.workspace = true
license.workspace = true
description.workspace = true
Expand All @@ -17,5 +17,5 @@ workspace = true

[dependencies]
rearch = { version = "^0.10.2", path = "../rearch" }
rearch-effects = { version = "^0.5.3", path = "../rearch-effects" }
rearch-effects = { version = "^0.6.0", path = "../rearch-effects" }
tokio = { version = "1.36.0", default-features = false, features = ["rt"] }

0 comments on commit ba93161

Please sign in to comment.