This repository was archived by the owner on Oct 9, 2023. It is now read-only.
Releases: gotd/neo
Releases · gotd/neo
v0.1.5
What's Changed
- build(deps): bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in #12
- fix: do not tick after stop by @tie in #13
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Fix datarace when stopping timer
Merge pull request #7 from tdakkota/feature/add-ticker-and-timer fix(time): datarace when stopping timer
v0.1.2: Add timer and ticker support
Merge pull request #6 from tdakkota/feature/add-ticker-and-timer Add Timer and Ticker implementation