Skip to content

Releases: madworx/robotframework-kicadlibrary

KiCadLibrary Release 2.0.1.

14 Sep 11:44
2.0.1
3b86745
Compare
Choose a tag to compare
Patch: Adjustments for new SonarCloud properties.

KiCadLibrary Release 2.0.0.

12 Sep 17:37
2.0.0
a231412
Compare
Choose a tag to compare
* 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.

21 Jun 19:18
1.1.2
e993271
Compare
Choose a tag to compare
(Use "skip_existing" to prevent Travis to attempt to push sources twice to PyPI)

KiCadLibrary Release 1.1.1.

16 Jun 18:50
1.1.1
04815d2
Compare
Choose a tag to compare
Library now builds and works on both Python 2.7 and 3.7.

KiCadLibrary Release 1.1.0.

27 Dec 17:52
187a155
Compare
Choose a tag to compare
* Added `Modules Should Have Values Matching` keyword.
* Added `Complement Modules By Reference` keyword.

KiCadLibrary Release 1.0.4.

19 Dec 19:42
Compare
Choose a tag to compare
KiCadVersion 1.0.4.

KiCadLibrary Version 1.0.3.

18 Dec 16:28
Compare
Choose a tag to compare
* 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.

18 Dec 13:46
Compare
Choose a tag to compare
Add VCS labels to Docker image.

KiCadLibrary Version 1.0.1.

18 Dec 12:18
52a7e77
Compare
Choose a tag to compare
* Generated keyword documentation is now published directly on GitHub Pages.

KiCadLibrary Version 1.0.0.

17 Dec 23:38
f6f019f
Compare
Choose a tag to compare
* 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.