Skip to content

Commit

Permalink
bump: version 1.8.0 → 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Mar 1, 2024
1 parent 28a52c8 commit 6aec820
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 20 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v1.8.1 (2024-03-01)

### Fix

- **idf**: check sdkconfig items while `erase_flash`

## v1.8.0 (2024-02-23)

### Feat
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.0"
version = "1.8.1"
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.0",
"pytest-embedded~=1.8.1",
]

[project.optional-dependencies]
serial = [
"pytest-embedded-serial-esp~=1.8.0"
"pytest-embedded-serial-esp~=1.8.1"
]

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

__version__ = '1.8.0'
__version__ = '1.8.1'
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.0",
"pytest-embedded~=1.8.1",
"esp-idf-panic-decoder",
]

[project.optional-dependencies]
serial = [
"pytest-embedded-serial-esp~=1.8.0",
"pytest-embedded-serial-esp~=1.8.1",
"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.0'
__version__ = '1.8.1'
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.0",
"pytest-embedded-serial~=1.8.1",
]

[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 @@
'Gdb',
]

__version__ = '1.8.0'
__version__ = '1.8.1'
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.0",
"pytest-embedded~=1.8.1",
"qemu.qmp==0.0.3"
]

[project.optional-dependencies]
idf = [
"pytest-embedded-idf~=1.8.0",
"pytest-embedded-idf~=1.8.1",
]

[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.0'
__version__ = '1.8.1'
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.0",
"pytest-embedded-serial~=1.8.1",
"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.0'
__version__ = '1.8.1'
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.0",
"pytest-embedded~=1.8.1",
"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.0'
__version__ = '1.8.1'
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.0",
"pytest-embedded~=1.8.1",
"toml~=0.10.2",
]

[project.optional-dependencies]
idf = [
"pytest-embedded-idf~=1.8.0",
"pytest-embedded-idf~=1.8.1",
]

[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.0'
__version__ = '1.8.1'
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.0'
__version__ = '1.8.1'

0 comments on commit 6aec820

Please sign in to comment.