Skip to content

Commit

Permalink
bump: version 1.8.4 → 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Apr 25, 2024
1 parent d830b24 commit 6075710
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 20 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v1.9.0 (2024-04-25)

### Feat

- **wokwi**: Support Arduino
- Add `DutFactory` to create dut object inside the test functions

### Fix

- multiprocessing with context instead of set_start_method globally on macos

## v1.8.4 (2024-04-23)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.8.4"
version = "1.9.0"
tag_format = "v$version"
version_files = [
"pytest-embedded/pytest_embedded/__init__.py",
Expand Down
4 changes: 2 additions & 2 deletions pytest-embedded-arduino/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ dynamic = ["version", "description"]
requires-python = ">=3.7"

dependencies = [
"pytest-embedded~=1.8.4",
"pytest-embedded~=1.9.0",
]

[project.optional-dependencies]
serial = [
"pytest-embedded-serial-esp~=1.8.4"
"pytest-embedded-serial-esp~=1.9.0"
]

[project.urls]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
'ArduinoSerial',
]

__version__ = '1.8.4'
__version__ = '1.9.0'
4 changes: 2 additions & 2 deletions pytest-embedded-idf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ dynamic = ["version", "description"]
requires-python = ">=3.7"

dependencies = [
"pytest-embedded~=1.8.4",
"pytest-embedded~=1.9.0",
"esp-idf-panic-decoder",
]

[project.optional-dependencies]
serial = [
"pytest-embedded-serial-esp~=1.8.4",
"pytest-embedded-serial-esp~=1.9.0",
"esp-coredump~=1.0",
]

Expand Down
2 changes: 1 addition & 1 deletion pytest-embedded-idf/pytest_embedded_idf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
'UnittestMenuCase',
]

__version__ = '1.8.4'
__version__ = '1.9.0'
2 changes: 1 addition & 1 deletion pytest-embedded-jtag/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dynamic = ["version", "description"]
requires-python = ">=3.7"

dependencies = [
"pytest-embedded-serial~=1.8.4",
"pytest-embedded-serial~=1.9.0",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion pytest-embedded-jtag/pytest_embedded_jtag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
'OpenOcd',
]

__version__ = '1.8.4'
__version__ = '1.9.0'
4 changes: 2 additions & 2 deletions pytest-embedded-qemu/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ dynamic = ["version", "description"]
requires-python = ">=3.7"

dependencies = [
"pytest-embedded~=1.8.4",
"pytest-embedded~=1.9.0",
"qemu.qmp==0.0.3"
]

[project.optional-dependencies]
idf = [
"pytest-embedded-idf~=1.8.4",
"pytest-embedded-idf~=1.9.0",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion pytest-embedded-qemu/pytest_embedded_qemu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
'QemuDut',
]

__version__ = '1.8.4'
__version__ = '1.9.0'
2 changes: 1 addition & 1 deletion pytest-embedded-serial-esp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dynamic = ["version", "description"]
requires-python = ">=3.7"

dependencies = [
"pytest-embedded-serial~=1.8.4",
"pytest-embedded-serial~=1.9.0",
"esptool~=4.5",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
'EspSerial',
]

__version__ = '1.8.4'
__version__ = '1.9.0'
2 changes: 1 addition & 1 deletion pytest-embedded-serial/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dynamic = ["version", "description"]
requires-python = ">=3.7"

dependencies = [
"pytest-embedded~=1.8.4",
"pytest-embedded~=1.9.0",
"pyserial~=3.0",
]

Expand Down
2 changes: 1 addition & 1 deletion pytest-embedded-serial/pytest_embedded_serial/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
'SerialDut',
]

__version__ = '1.8.4'
__version__ = '1.9.0'
4 changes: 2 additions & 2 deletions pytest-embedded-wokwi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ dynamic = ["version", "description"]
requires-python = ">=3.7"

dependencies = [
"pytest-embedded~=1.8.4",
"pytest-embedded~=1.9.0",
"toml~=0.10.2",
]

[project.optional-dependencies]
idf = [
"pytest-embedded-idf~=1.8.4",
"pytest-embedded-idf~=1.9.0",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion pytest-embedded-wokwi/pytest_embedded_wokwi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
'WokwiDut',
]

__version__ = '1.8.4'
__version__ = '1.9.0'
2 changes: 1 addition & 1 deletion pytest-embedded/pytest_embedded/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__all__ = ['App', 'Dut', 'DutFactory']

__version__ = '1.8.4'
__version__ = '1.9.0'

0 comments on commit 6075710

Please sign in to comment.