diff --git a/CHANGELOG.md b/CHANGELOG.md index 32385fb4..c0771f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v1.8.2 (2024-04-02) + +### Feat + +- **idf**: support `flash` other IdfApp object + +### Fix + +- **unity**: change json files related log level from info to debug +- deprecate `use_esptool` args correctly +- wrong app.binary_path if app_path is different with cwd + ## v1.8.1 (2024-03-01) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 115f7c75..42da4ac9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "1.8.1" +version = "1.8.2" tag_format = "v$version" version_files = [ "pytest-embedded/pytest_embedded/__init__.py", diff --git a/pytest-embedded-arduino/pyproject.toml b/pytest-embedded-arduino/pyproject.toml index cee1a09a..e644ffaa 100644 --- a/pytest-embedded-arduino/pyproject.toml +++ b/pytest-embedded-arduino/pyproject.toml @@ -31,12 +31,12 @@ dynamic = ["version", "description"] requires-python = ">=3.7" dependencies = [ - "pytest-embedded~=1.8.1", + "pytest-embedded~=1.8.2", ] [project.optional-dependencies] serial = [ - "pytest-embedded-serial-esp~=1.8.1" + "pytest-embedded-serial-esp~=1.8.2" ] [project.urls] diff --git a/pytest-embedded-arduino/pytest_embedded_arduino/__init__.py b/pytest-embedded-arduino/pytest_embedded_arduino/__init__.py index e90adcd0..21bee4cb 100644 --- a/pytest-embedded-arduino/pytest_embedded_arduino/__init__.py +++ b/pytest-embedded-arduino/pytest_embedded_arduino/__init__.py @@ -8,4 +8,4 @@ 'ArduinoSerial', ] -__version__ = '1.8.1' +__version__ = '1.8.2' diff --git a/pytest-embedded-idf/pyproject.toml b/pytest-embedded-idf/pyproject.toml index 9117cbfb..40497295 100644 --- a/pytest-embedded-idf/pyproject.toml +++ b/pytest-embedded-idf/pyproject.toml @@ -30,13 +30,13 @@ dynamic = ["version", "description"] requires-python = ">=3.7" dependencies = [ - "pytest-embedded~=1.8.1", + "pytest-embedded~=1.8.2", "esp-idf-panic-decoder", ] [project.optional-dependencies] serial = [ - "pytest-embedded-serial-esp~=1.8.1", + "pytest-embedded-serial-esp~=1.8.2", "esp-coredump~=1.0", ] diff --git a/pytest-embedded-idf/pytest_embedded_idf/__init__.py b/pytest-embedded-idf/pytest_embedded_idf/__init__.py index 49d11b67..b36a4dcb 100644 --- a/pytest-embedded-idf/pytest_embedded_idf/__init__.py +++ b/pytest-embedded-idf/pytest_embedded_idf/__init__.py @@ -33,4 +33,4 @@ 'UnittestMenuCase', ] -__version__ = '1.8.1' +__version__ = '1.8.2' diff --git a/pytest-embedded-jtag/pyproject.toml b/pytest-embedded-jtag/pyproject.toml index ce29a806..a8af96c4 100644 --- a/pytest-embedded-jtag/pyproject.toml +++ b/pytest-embedded-jtag/pyproject.toml @@ -30,7 +30,7 @@ dynamic = ["version", "description"] requires-python = ">=3.7" dependencies = [ - "pytest-embedded-serial~=1.8.1", + "pytest-embedded-serial~=1.8.2", ] [project.urls] diff --git a/pytest-embedded-jtag/pytest_embedded_jtag/__init__.py b/pytest-embedded-jtag/pytest_embedded_jtag/__init__.py index c64bfd93..4ceb66f5 100644 --- a/pytest-embedded-jtag/pytest_embedded_jtag/__init__.py +++ b/pytest-embedded-jtag/pytest_embedded_jtag/__init__.py @@ -8,4 +8,4 @@ 'OpenOcd', ] -__version__ = '1.8.1' +__version__ = '1.8.2' diff --git a/pytest-embedded-qemu/pyproject.toml b/pytest-embedded-qemu/pyproject.toml index 5649cbe9..50925d42 100644 --- a/pytest-embedded-qemu/pyproject.toml +++ b/pytest-embedded-qemu/pyproject.toml @@ -30,13 +30,13 @@ dynamic = ["version", "description"] requires-python = ">=3.7" dependencies = [ - "pytest-embedded~=1.8.1", + "pytest-embedded~=1.8.2", "qemu.qmp==0.0.3" ] [project.optional-dependencies] idf = [ - "pytest-embedded-idf~=1.8.1", + "pytest-embedded-idf~=1.8.2", ] [project.urls] diff --git a/pytest-embedded-qemu/pytest_embedded_qemu/__init__.py b/pytest-embedded-qemu/pytest_embedded_qemu/__init__.py index 1c2b5b27..78ec4869 100644 --- a/pytest-embedded-qemu/pytest_embedded_qemu/__init__.py +++ b/pytest-embedded-qemu/pytest_embedded_qemu/__init__.py @@ -15,4 +15,4 @@ 'QemuDut', ] -__version__ = '1.8.1' +__version__ = '1.8.2' diff --git a/pytest-embedded-serial-esp/pyproject.toml b/pytest-embedded-serial-esp/pyproject.toml index 515abe38..d9d18a0c 100644 --- a/pytest-embedded-serial-esp/pyproject.toml +++ b/pytest-embedded-serial-esp/pyproject.toml @@ -30,7 +30,7 @@ dynamic = ["version", "description"] requires-python = ">=3.7" dependencies = [ - "pytest-embedded-serial~=1.8.1", + "pytest-embedded-serial~=1.8.2", "esptool~=4.5", ] diff --git a/pytest-embedded-serial-esp/pytest_embedded_serial_esp/__init__.py b/pytest-embedded-serial-esp/pytest_embedded_serial_esp/__init__.py index bab02018..55b42468 100644 --- a/pytest-embedded-serial-esp/pytest_embedded_serial_esp/__init__.py +++ b/pytest-embedded-serial-esp/pytest_embedded_serial_esp/__init__.py @@ -6,4 +6,4 @@ 'EspSerial', ] -__version__ = '1.8.1' +__version__ = '1.8.2' diff --git a/pytest-embedded-serial/pyproject.toml b/pytest-embedded-serial/pyproject.toml index a9f962d6..9e989082 100644 --- a/pytest-embedded-serial/pyproject.toml +++ b/pytest-embedded-serial/pyproject.toml @@ -30,7 +30,7 @@ dynamic = ["version", "description"] requires-python = ">=3.7" dependencies = [ - "pytest-embedded~=1.8.1", + "pytest-embedded~=1.8.2", "pyserial~=3.0", ] diff --git a/pytest-embedded-serial/pytest_embedded_serial/__init__.py b/pytest-embedded-serial/pytest_embedded_serial/__init__.py index 02a98c4b..feb4e0b9 100644 --- a/pytest-embedded-serial/pytest_embedded_serial/__init__.py +++ b/pytest-embedded-serial/pytest_embedded_serial/__init__.py @@ -8,4 +8,4 @@ 'SerialDut', ] -__version__ = '1.8.1' +__version__ = '1.8.2' diff --git a/pytest-embedded-wokwi/pyproject.toml b/pytest-embedded-wokwi/pyproject.toml index 8872c860..997a6ad1 100644 --- a/pytest-embedded-wokwi/pyproject.toml +++ b/pytest-embedded-wokwi/pyproject.toml @@ -31,13 +31,13 @@ dynamic = ["version", "description"] requires-python = ">=3.7" dependencies = [ - "pytest-embedded~=1.8.1", + "pytest-embedded~=1.8.2", "toml~=0.10.2", ] [project.optional-dependencies] idf = [ - "pytest-embedded-idf~=1.8.1", + "pytest-embedded-idf~=1.8.2", ] [project.urls] diff --git a/pytest-embedded-wokwi/pytest_embedded_wokwi/__init__.py b/pytest-embedded-wokwi/pytest_embedded_wokwi/__init__.py index 48dc19c7..4813ca97 100644 --- a/pytest-embedded-wokwi/pytest_embedded_wokwi/__init__.py +++ b/pytest-embedded-wokwi/pytest_embedded_wokwi/__init__.py @@ -8,4 +8,4 @@ 'WokwiDut', ] -__version__ = '1.8.1' +__version__ = '1.8.2' diff --git a/pytest-embedded/pytest_embedded/__init__.py b/pytest-embedded/pytest_embedded/__init__.py index 8b2843bb..acbe3a44 100644 --- a/pytest-embedded/pytest_embedded/__init__.py +++ b/pytest-embedded/pytest_embedded/__init__.py @@ -5,4 +5,4 @@ __all__ = ['App', 'Dut'] -__version__ = '1.8.1' +__version__ = '1.8.2'