Skip to content

Releases: pomponchik/awaits

0.0.12

09 Mar 23:45
2e51d5d
Compare
Choose a tag to compare

A small purely technical update.

  • Added support for python 3.13 and deleted for 3.7.
  • Upgraded versions of several developer dependencies.
  • Deleted all user-dependencies.
  • Added more checks and tests.
  • Added issue templates.

0.0.11

07 Jan 23:23
6aab969
Compare
Choose a tag to compare

A little update.

  • Fixed some type hints.
  • Added a logo for social networks previews.

0.0.10

07 Jan 15:00
61329eb
Compare
Choose a tag to compare

A little update.

0.0.9

07 Jan 12:26
624e6af
Compare
Choose a tag to compare

A small and not very important update.

  • Added type hints. Now they are checked using Mypy.
  • Fixed several minor bugs.
  • Added several tests.
  • Added a new CI workflow - release.

0.0.8

10 Dec 12:41
7865543
Compare
Choose a tag to compare

A small update, the functionality has not changed.

  • The code has been simplified a bit more.
  • New tests have been added, and test coverage has exceeded 90%.

0.0.7

08 Dec 21:16
6f96ffe
Compare
Choose a tag to compare

A small update.

  • New tests have been added.
  • Added a few type hints.
  • A small refactoring of some parts of the code has been carried out.

0.0.6

04 Dec 07:13
28c87fa
Compare
Choose a tag to compare

A small update, the functionality has not changed.

  • Added code checks via Ruff.
  • Several tests have been added.

0.0.5

30 Nov 13:39
4a84622
Compare
Choose a tag to compare

A small purely technical update, without changing the functionality.

  • The file setup.py has been replaced with pyproject.toml.
  • Added support for Python 3.12.

0.0.4

15 Sep 20:30
7cd823d
Compare
Choose a tag to compare

A small technical update. Nothing serious.

0.0.3

15 Sep 20:18
4e28f88
Compare
Choose a tag to compare

A big and long-awaited update!

  • I am pleased to announce that waits now supports Python versions from 3.7 to 3.11.
  • The first unit test appeared.
  • A few more small but useful improvements have been made.