v0.4.6
What's Changed
The majority of the work that went into this patched release was to clean up the interface around locks on PassSecrets to prevent different event handlers from working on the same object at the same time, which would result in a race condition and uncertain outcomes.
- extend-blocking: ensure safety by @emmeowzing in #138
- consolidate-locks: extract lock logic into decorators by @emmeowzing in #140
Full Changelog: v0.4.5...v0.4.6