Skip to content

Commit

Permalink
bump: version 1.11.0 → 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Aug 7, 2024
1 parent 17b3570 commit 7c976f5
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.11.1 (2024-08-07)

### Fix

- **jtag**: set gdb remote timeout to 10s by default

## v1.11.0 (2024-07-31)

### 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.11.0"
version = "1.11.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.11.0",
"pytest-embedded~=1.11.1",
]

[project.optional-dependencies]
serial = [
"pytest-embedded-serial-esp~=1.11.0"
"pytest-embedded-serial-esp~=1.11.1"
]

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


__version__ = '1.11.0'
__version__ = '1.11.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.11.0",
"pytest-embedded~=1.11.1",
"esp-idf-panic-decoder",
]

[project.optional-dependencies]
serial = [
"pytest-embedded-serial-esp~=1.11.0",
"pytest-embedded-serial-esp~=1.11.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.11.0'
__version__ = '1.11.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.11.0",
"pytest-embedded-serial~=1.11.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 @@
'OpenOcd',
]

__version__ = '1.11.0'
__version__ = '1.11.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.11.0",
"pytest-embedded~=1.11.1",
"qemu.qmp==0.0.3"
]

[project.optional-dependencies]
idf = [
"pytest-embedded-idf~=1.11.0",
"pytest-embedded-idf~=1.11.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 @@ -31,4 +31,4 @@
'QemuDut',
]

__version__ = '1.11.0'
__version__ = '1.11.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.11.0",
"pytest-embedded-serial~=1.11.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.11.0'
__version__ = '1.11.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.11.0",
"pytest-embedded~=1.11.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.11.0'
__version__ = '1.11.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.11.0",
"pytest-embedded~=1.11.1",
"toml~=0.10.2",
]

[project.optional-dependencies]
idf = [
"pytest-embedded-idf~=1.11.0",
"pytest-embedded-idf~=1.11.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 @@ -11,4 +11,4 @@
'WokwiDut',
]

__version__ = '1.11.0'
__version__ = '1.11.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 @@ -6,4 +6,4 @@

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

__version__ = '1.11.0'
__version__ = '1.11.1'

0 comments on commit 7c976f5

Please sign in to comment.