blob: 6edc5f391e48567e14ee822cc053e72689494799 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
***********
CHANGELOG
***********
Unreleased
==========
0.0.3
=====
* Make the package PEP561 compliant.
* Modernize packaging with pyproject.toml and setuptool_scm.
0.0.2
=====
* Add helper code for testing. See
https://hazwaz.trueelena.org/testing.html
* Added optional support for `coloredlogs
<https://coloredlogs.readthedocs.io/>`_ (if available it will be used
by default unless explicitely disabled).
0.0.1
=====
* Initial release
|