Skip to content

Commit 69646eb

Browse files
committed
bump: fix version 1.17.0 changelog on master branch
1 parent 222f41d commit 69646eb

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## v2.0.0 (TBD)
3+
## v2.0.0a0
44

55
### Breaking Changes
66

@@ -26,12 +26,15 @@
2626
- Remove any usage of `EsptoolArgs` class
2727
- Remove `hard_reset_after` and `no_stub` parameters from `use_esptool()` calls
2828

29-
## v1.17.0a0 (2025-08-07)
29+
## v1.17.0 (2025-09-08)
30+
31+
### Fix
32+
33+
- **qemu**: set `qemu_proj_path` for `QemuApp` correctly
3034

3135
### Feat
3236

33-
- **esp**: compatible with esptool 5
34-
- add --port-by-serial option to filter ports by serial number
37+
- add `--port-by-serial` option to filter ports by serial number
3538

3639
## v1.16.2 (2025-06-19)
3740

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
[tool.commitizen]
2-
name = "cz_conventional_commits"
2+
name = "czespressif"
33
version = "2.0.0a0"
4+
annotated_tag = true
5+
46
tag_format = "v$version"
7+
version_scheme = "pep440"
8+
9+
update_changelog_on_bump = true
10+
changelog_merge_prerelease = true
11+
12+
types_in_changelog = ["BREAKING CHANGE", "feat", "fix", "refactor", "change", "perf", "docs"]
13+
514
version_files = [
615
"pytest-embedded/pytest_embedded/__init__.py",
716
"pytest-embedded/pyproject.toml",

0 commit comments

Comments
 (0)