Releases: pomponchik/metronomes
Releases · pomponchik/metronomes
0.0.10
0.0.9
A purely technical release, the characteristics of the library have not changed.
- Changed some issue templates.
0.0.8
A purely technical release, the characteristics of the library have not changed.
- Changed some issue templates.
0.0.7
A purely technical release, the characteristics of the library have not changed.
- Added new issue templates.
0.0.6
0.0.5
A little service update, package code is not affected.
- Added a template for bug report issues.
- Fixed a typo in the documentation.
- Expanded the set of checks that occur in CI.
0.0.4
A little update.
- Upgraded versions of some dependencies.
- Changed the internal implementation of working with cancellation tokens: added
DefaultToken
support. - Expanded the documentation: it is indicated that metronomes are disposable.
- Added the ability to pass a cancellation token to the
start()
method. - Added logging in case the cancellation token is canceled from the very beginning.
0.0.3
A little but important update.
- Added the ability to use a metronome as a context manager.
0.0.2
A small update.
- Added the ability to limit the working time of the metronome.