diff --git a/CHANGELOG.md b/CHANGELOG.md index 79d5c65e..6a4f1aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/whats_new/index.rst b/docs/whats_new/index.rst index 13766bb1..3e4f48b3 100644 --- a/docs/whats_new/index.rst +++ b/docs/whats_new/index.rst @@ -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 diff --git a/docs/whats_new/version_0_19_1.rst b/docs/whats_new/version_0_19_1.rst new file mode 100644 index 00000000..fbbed8a5 --- /dev/null +++ b/docs/whats_new/version_0_19_1.rst @@ -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. diff --git a/docs/whats_new/version_ongoing.rst b/docs/whats_new/version_ongoing.rst index f9b3b80b..1e80faf4 100644 --- a/docs/whats_new/version_ongoing.rst +++ b/docs/whats_new/version_ongoing.rst @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 7f749b58..6eafb785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pykiso" -version = "0.19.0" +version = "0.19.1" description = "Embedded integration testing framework." authors = ["Sebastian Fischer "] license = "Eclipse Public License - v 2.0"