Skip to content

Releases: pomponchik/emptylog

0.0.12

Choose a tag to compare

@pomponchik pomponchik released this 01 Apr 01:35
bfeba93

A minor update:

  • Added support for Python 3.15.
  • Added more tests.
  • Linting has been made stricter.
  • Updated some dependencies.

0.0.11

Choose a tag to compare

@pomponchik pomponchik released this 25 Nov 17:29
ea13691

A purely technical update, with no new functionality.

  • Added full support for Python 3.14.
  • Python 3.14 and 3.14 free threading runners 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

Choose a tag to compare

@pomponchik pomponchik released this 23 May 06:25
bdacd6a

A small update, just removed an extra dependency.

0.0.9

Choose a tag to compare

@pomponchik pomponchik released this 06 Mar 23:44
45bb45b

A small purely technical update.

  • Added support for python 3.13 and deleted for 3.7.
  • Upgraded versions of several dependencies.

0.0.8

Choose a tag to compare

@pomponchik pomponchik released this 23 Jul 21:11
f3382da

A little update.

  • Added issue templates.
  • Changed a version of printo.
  • Now here is tests coverage gate - 100%.

0.0.7

Choose a tag to compare

@pomponchik pomponchik released this 13 Jul 12:40
3ae1a2d

Purely cosmetic changes.

  • Added a logo.
  • Increased the introductory part of the documentation.

0.0.6

Choose a tag to compare

@pomponchik pomponchik released this 10 Jul 15:24
393dfa4

An important update.

  • Added the ability to sum loggers.
  • Changed some package metadata.

0.0.5

Choose a tag to compare

@pomponchik pomponchik released this 09 Jul 08:47
c7d9738

A small but important update.

  • Added PrintingLogger.
  • Added linters for tests.

0.0.4

Choose a tag to compare

@pomponchik pomponchik released this 19 Feb 20:16
44cd222

A small update.

  • Now you can find out the number of logs saved in MemoryLogger by applying the len() function to the data attribute.

0.0.3

Choose a tag to compare

@pomponchik pomponchik released this 13 Feb 15:27
a15bec9

A small but important update.

  • Added MemoryLogger.