-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(pykiso): release 0.19.1 (#144)
* chore(pykiso): release 0.19.1 * chore(changelog): update changelog to newest version Co-authored-by: sebastianpfischer <[email protected]>
- Loading branch information
1 parent
1f77137
commit 68ac9cf
Showing
5 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Version 0.19.1 | ||
-------------- | ||
|
||
Enhance uds-aux with a start and stop tester present | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Allows to start and stop the tester present sender manually with the methods | ||
start_tester_present_sender and stop_tester_present_sender. | ||
|
||
See :ref:`start_stop_tester_present_sender` | ||
|
||
New serial connector | ||
^^^^^^^^^^^^^^^^^^^^ | ||
Added cc_serial for serial communication. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,2 @@ | ||
Version ongoing | ||
--------------- | ||
|
||
Enhance uds-aux with a start and stop tester present | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Allows to start and stop the tester present sender manually with the methods | ||
start_tester_present_sender and stop_tester_present_sender. | ||
|
||
See :ref:`start_stop_tester_present_sender` | ||
|
||
New serial connector | ||
^^^^^^^^^^^^^^^^^^^^ | ||
Added cc_serial for serial communication. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pykiso" | ||
version = "0.19.0" | ||
version = "0.19.1" | ||
description = "Embedded integration testing framework." | ||
authors = ["Sebastian Fischer <[email protected]>"] | ||
license = "Eclipse Public License - v 2.0" | ||
|