Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make release 0.27.1 #463

Merged
merged 1 commit into from Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 12 additions & 1 deletion docs/whats_new/version_0_27_0.rst
@@ -1,4 +1,4 @@
Version 0.27.0
Version 0.27.x
--------------

Adding contextual test execution information to the JUnit report
Expand All @@ -20,3 +20,14 @@ CAN auxiliary
^^^^^^^^^^^^^

Introducing the new CAN auxiliary! Now you can effortlessly send and receive CAN signals defined in a dbc file.

PCAN Connector
^^^^^^^^^^^^^^

Merging trc logs into one file can now be turned off by setting the
``merge_trc_logs`` parameter to ``False`` in the PCAN connector.

Pytest plugin
^^^^^^^^^^^^^

The ``pytest_kiso`` plugin is now compatible with ``pytest >= 8.1.0``.
6 changes: 0 additions & 6 deletions docs/whats_new/version_ongoing.rst
@@ -1,8 +1,2 @@
Version ongoing
---------------

PCAN Connector
^^^^^^^^^^^^^^

Merging trc logs into one file can now be turned off by setting the
``merge_trc_logs`` parameter to ``False`` in the PCAN connector
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pykiso"
version = "0.27.0"
version = "0.27.1"
description = "Embedded integration testing framework."
authors = ["Sebastian Fischer <sebastian.fischer@de.bosch.com>"]
license = "Eclipse Public License - v 2.0"
Expand Down