Skip to content

Commit

Permalink
chore(pykiso): release 0.19.1 (#144)
Browse files Browse the repository at this point in the history
* chore(pykiso): release 0.19.1
* chore(changelog): update changelog to newest version

Co-authored-by: sebastianpfischer <[email protected]>
  • Loading branch information
sebastianpfischer and sebastianpfischer authored Sep 2, 2022
1 parent 1f77137 commit 68ac9cf
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Commits have to follow following convention: https://www.conventionalcommits.org
- Bump pylink-square from 0.12.0 to 0.14.2 ([#137](https://github.com/orhun/git-cliff/issues/137))
- Update changelog to newest version
- Update click ([#143](https://github.com/orhun/git-cliff/issues/143))
- Release 0.19.1

### New Features

Expand Down
1 change: 1 addition & 0 deletions docs/whats_new/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ What’s New In Pykiso?
.. toctree::

version_ongoing
version_0_19_1
version_0_19_0
version_0_18_0
version_0_17_0
Expand Down
13 changes: 13 additions & 0 deletions docs/whats_new/version_0_19_1.rst
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.
11 changes: 0 additions & 11 deletions docs/whats_new/version_ongoing.rst
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.
2 changes: 1 addition & 1 deletion pyproject.toml
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"
Expand Down

0 comments on commit 68ac9cf

Please sign in to comment.