Releases: GregoryConrad/rearch-rs
Releases · GregoryConrad/rearch-rs
rearch-tokio v0.10.4
Bug Fixes
- rollback the tokio version to 10.x
Commit Statistics
- 2 commits contributed to the release.
- 3 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #66
Commit Details
rearch-effects v0.6.0
Bug Fixes (BREAKING)
- prevent possible
OverridableCapsule
API misuse
Commit Statistics
- 1 commit contributed to the release.
- 2 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #65
Commit Details
rearch-tokio v0.10.3
Style
- clean up the workaround for multiple crates
Commit Statistics
- 1 commit contributed to the release over the course of 59 calendar days.
- 63 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #57
Commit Details
rearch-effects v0.5.3
New Features
- add
overridable_capsule
side effect
Commit Statistics
- 1 commit contributed to the release.
- 63 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #64
Commit Details
rearch v0.10.2
Documentation
- add doc comments to more API elements
Other
- fix and workaround latest nightly clippy lints
Refactor
- list out deps inline to be more idiomatic
Commit Statistics
- 3 commits contributed to the release over the course of 9 calendar days.
- 34 days passed between releases.
- 3 commits were understood as conventional.
- 1 unique issue was worked on: #55
Commit Details
rearch-tokio v0.10.2
Refactor
- list out deps inline to be more idiomatic
Commit Statistics
- 1 commit contributed to the release.
- 34 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #55
Commit Details
rearch-effects v0.5.2
Performance
- switch multi side effect to Cell from RefCell
Refactor
- list out deps inline to be more idiomatic
- remove once_cell dependency for lazy transformers
Commit Statistics
- 3 commits contributed to the release over the course of 4 calendar days.
- 31 days passed between releases.
- 3 commits were understood as conventional.
- 1 unique issue was worked on: #55
Commit Details
rearch-effects v0.5.1
New Features
- add convenience MultiSideEffectRegistrar
Performance
- remove unnecessary clone
Commit Statistics
- 2 commits contributed to the release.
- 25 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #51
Commit Details
rearch v0.10.1
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.
- 4 unique issues were worked on: #42, #43, #46, #49
Commit Details
rearch-tokio v0.10.1
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.
- 1 unique issue was worked on: #46