Releases: madworx/robotframework-kicadlibrary
Releases · madworx/robotframework-kicadlibrary
KiCadLibrary Release 2.0.1.
KiCadLibrary Release 2.0.0.
* Breaking change: Stop building/supporting Python 2.7. * Adapt to newer versions of Robot Framework and KiCad, updating FOR loop syntax as well as deprecating LM555. * Ensure Python3 is used. * Fix code smell (is not -> !=). * Update security token for GH releases.
KiCadLibrary Release 1.1.2.
(Use "skip_existing" to prevent Travis to attempt to push sources twice to PyPI)
KiCadLibrary Release 1.1.1.
Library now builds and works on both Python 2.7 and 3.7.
KiCadLibrary Release 1.1.0.
* Added `Modules Should Have Values Matching` keyword. * Added `Complement Modules By Reference` keyword.
KiCadLibrary Release 1.0.4.
KiCadVersion 1.0.4.
KiCadLibrary Version 1.0.3.
* Added Library version to keyword documentation HTML. * Added pyup service and badge. * Added build history graph to README.md. * Corrected official link to KiCad homepage. * Push :latest for docker images on tagged releases. * Added links to keyword documentation.
KiCadLibrary Version 1.0.2.
Add VCS labels to Docker image.
KiCadLibrary Version 1.0.1.
* Generated keyword documentation is now published directly on GitHub Pages.
KiCadLibrary Version 1.0.0.
* Breaking change: Referenced file names are now resolved relative to the test-data file. * Improve test coverage by including integration tests (examples/) into test suite. * Ensure that relative file names are properly resolved. * Quiet down apt. * Include version number in generated documentation filename. * Add example/integration test for subsheets. * If building documentation inside Docker environment, use KICADLIBRARY_VERSION variable instead of setuptools_scm.