Skip to content

0.0.10

Latest
Compare
Choose a tag to compare
@SwiftyJunnos SwiftyJunnos released this 20 Nov 07:50
· 2 commits to main since this release
0.0.10
a645351

Full Changelog: 0.0.9...0.0.10

hotfix

  • Add @MainActor to StateStorage's state.
    This resolves data-race problems, but there's no need to keep StateStorage as actor now.
    Maybe some big changes are needed.