Codebase list python-lml / 632a32c
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst chfw 3 years ago
1 changed file(s) with 8 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
00 Change log
11 ================================================================================
22
3 0.1.0 - 4/6/2020
3 0.1.0 - 21/10/2020
44 --------------------------------------------------------------------------------
55
66 **Updated**
77
88 #. non class object can be a plugin too
9 #. `#20 <https://github.com/chfw/lml/issues/20>`_: When a plugin was not
9 #. `#20 <https://github.com/python-lml/lml/issues/20>`_: When a plugin was not
1010 installed, it now calls raise_exception method
1111
1212 0.0.9 - 7/1/2019
1414
1515 **Updated**
1616
17 #. `#11 <https://github.com/chfw/lml/issues/11>`_: more test contents for
17 #. `#11 <https://github.com/python-lml/lml/issues/11>`_: more test contents for
1818 OpenSuse package validation
1919
2020 0.0.8 - 4/1/2019
2222
2323 **Updated**
2424
25 #. `#9 <https://github.com/chfw/lml/issues/9>`_: include tests, docs for
25 #. `#9 <https://github.com/python-lml/lml/issues/9>`_: include tests, docs for
2626 OpenSuse package validation
2727
2828 0.0.7 - 17/11/2018
3030
3131 **Fixed**
3232
33 #. `#8 <https://github.com/chfw/lml/issues/8>`_: get_primary_key will fail when
34 a module is loaded later
33 #. `#8 <https://github.com/python-lml/lml/issues/8>`_: get_primary_key will fail
34 when a module is loaded later
3535 #. deprecated old style plugin scanner: scan_plugins
3636
3737 0.0.6 - 07/11/2018
4646
4747 **Fixed**
4848
49 #. `#6 <https://github.com/chfw/lml/issues/6>`_: Catch and Ignore
49 #. `#6 <https://github.com/python-lml/lml/issues/6>`_: Catch and Ignore
5050 ModuleNotFoundError
5151
5252 0.0.4 - 07.08.2018
5454
5555 **Added**
5656
57 #. `#4 <https://github.com/chfw/lml/issues/4>`_: to find plugin names with
57 #. `#4 <https://github.com/python-lml/lml/issues/4>`_: to find plugin names with
5858 different naming patterns
5959
6060 0.0.3 - 12/06/2018