What's Changed
- Crate release workflows by @juan518munoz in #25
- Add stop behaviour to GenServer by @juan518munoz in #22
- Derive
thiserror
fromGenServerError
by @juan518munoz in #24 - Add
Debug
toGenServerHandle
by @juan518munoz in #26 - Bump versions for release by @juan518munoz in #27
- Make GenServers to implement Default by @ElFantasma in #29
- Execute cancel on init failure & call teardown by @juan518munoz in #28
- update lockfile by @juan518munoz in #30
- Add method to
call
withtimeout
by @juan518munoz in #31 - Bump version for release by @juan518munoz in #32
- feat!: unify GenServer self and state by @MegaRedHand in #35
- Fix: remove cloning from
GenServer::run
by @juan518munoz in #38 - Added Success/NoSuccess results for GenServer init by @ElFantasma in #39
- Bump workspace version by @juan518munoz in #41
- Remove GenServer clone on message reception by @ElFantasma in #42
- Version update by @ElFantasma in #43
New Contributors
- @MegaRedHand made their first contribution in #35
Full Changelog: v0.1.3...v0.3.0