New Features
- remove
log
dependency in favor ofgix-trace
- make it easier to access the value of
StateRef
.
Bug Fixes (BREAKING)
- use
dyn
trait where possible.
This reduces compile time due to avoiding duplication.
Commit Statistics
- 8 commits contributed to the release over the course of 17 calendar days.
- 17 days passed between releases.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs for release (375db06)
- Merge branch 'optimizations' (6135a5e)
- Remove
log
dependency in favor ofgix-trace
(2b8d09f) - Merge branch
dyn
ification (f658fcc) - Use
dyn
trait where possible. (072ee32) - Merge branch 'improvements' (8a7c2af)
- Make it easier to access the value of
StateRef
. (7df8cf3) - Merge branch 'gix-submodule' (363ee77)