Skip to content

Commit

Permalink
bump: version 1.8.1 → 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Apr 2, 2024
1 parent 4d3fabd commit 341a439
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 20 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.1"
version = "1.8.2"
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.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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
'ArduinoSerial',
]

__version__ = '1.8.1'
__version__ = '1.8.2'
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.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",
]

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.1'
__version__ = '1.8.2'
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.1",
"pytest-embedded-serial~=1.8.2",
]

[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.1'
__version__ = '1.8.2'
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.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]
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.1'
__version__ = '1.8.2'
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.1",
"pytest-embedded-serial~=1.8.2",
"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.1'
__version__ = '1.8.2'
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.1",
"pytest-embedded~=1.8.2",
"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.1'
__version__ = '1.8.2'
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.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]
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.1'
__version__ = '1.8.2'
2 changes: 1 addition & 1 deletion pytest-embedded/pytest_embedded/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

__all__ = ['App', 'Dut']

__version__ = '1.8.1'
__version__ = '1.8.2'

0 comments on commit 341a439

Please sign in to comment.