Skip to content

Releases: pomponchik/metronomes

0.0.10

23 Jul 13:26
f9a835b
Compare
Choose a tag to compare

A little update.

  • Added a 100% test coverage gate.
  • Added calculation of test coverage by branches.
  • Added the ability to specify a time limit when calling the start() method.

0.0.9

22 Jul 09:58
106b3dd
Compare
Choose a tag to compare

A purely technical release, the characteristics of the library have not changed.

  • Changed some issue templates.

0.0.8

22 Jul 09:52
b098bad
Compare
Choose a tag to compare

A purely technical release, the characteristics of the library have not changed.

  • Changed some issue templates.

0.0.7

21 Jul 10:39
d94fbcf
Compare
Choose a tag to compare

A purely technical release, the characteristics of the library have not changed.

  • Added new issue templates.

0.0.6

21 Jul 10:32
1d2dec6
Compare
Choose a tag to compare

A purely technical release, the characteristics of the library have not changed.

  • Added a mention of instld to the documentation.
  • Added new issue templates.

0.0.5

20 Jul 14:25
0ed181e
Compare
Choose a tag to compare

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

19 Jul 10:10
91dcfc9
Compare
Choose a tag to compare

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

26 Apr 19:23
8c6014c
Compare
Choose a tag to compare

A little but important update.

  • Added the ability to use a metronome as a context manager.

0.0.2

21 Apr 11:53
4175687
Compare
Choose a tag to compare

A small update.

  • Added the ability to limit the working time of the metronome.