Releases: pomponchik/emptylog
Releases · pomponchik/emptylog
Release list
0.0.12
0.0.11
A purely technical update, with no new functionality.
- Added full support for
Python 3.14. Python 3.14and3.14 free threadingrunners added to CI. Also updated versions of some of the Github Actions used.- The provider of the test coverage display changed to
Coveralls. - Updated some dependencies.
0.0.10
A small update, just removed an extra dependency.
0.0.9
A small purely technical update.
- Added support for
python 3.13and deleted for3.7. - Upgraded versions of several dependencies.
0.0.8
A little update.
- Added issue templates.
- Changed a version of
printo. - Now here is tests coverage gate - 100%.
0.0.7
Purely cosmetic changes.
- Added a logo.
- Increased the introductory part of the documentation.
0.0.6
An important update.
- Added the ability to sum loggers.
- Changed some package metadata.
0.0.5
A small but important update.
- Added
PrintingLogger. - Added linters for tests.
0.0.4
A small update.
- Now you can find out the number of logs saved in
MemoryLoggerby applying thelen()function to thedataattribute.
0.0.3
A small but important update.
- Added
MemoryLogger.