ARMmbed/mbed-tools-lib

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Changelog

<!--
This file is autogenerated.
Only edit this file directly to correct typos.
See CONTRIBUTING.md for instructions on how new entries get added.
-->

This document contains a history of significant changes which have been released for `mbed-tools-lib`. Please note that
beta releases are not included in this history. For a full list of all releases, please see the
[PyPI Release History](https://pypi.org/project/mbed-tools-lib/#history).

[//]: # (begin_release_notes)

"1.2.1" (2020-04-27)
====================

Bugfixes
--------

- Checked 3rd-party licences. (#20200427)


Misc
----

- #20200420, #20200427


"1.2.0" (2020-04-06)
====================

Features
--------

- Added helpers with regards to python features/concepts. (#20200304)
- Add context manager for handling tools errors and generate a user friendly message about increasing verbosity (#20200403)


Bugfixes
--------

- Fixed pre-commit configuration (#20200323)


Improved Documentation
----------------------

- Added licence notice (#20200319)


Misc
----

- #20200402


"1.1.0" (2020-03-18)
====================

Features
--------

- Added a traceback parameter to log_exception (#20200318)


Misc
----

- #20200210, #202002102


"1.0.0" (2020-02-06)
====================

Major changes
-------------

- Initial release. (#1)


Features
--------

- Add a base exception class. (#2)
- Add logging helper functions. (#3)


Misc
----

- #20200205, #20200206, #202002052, #202002053, #202002062