Skip to content

Commit 159d9a2

Browse files
committed
bump: version 0.7.3 → 0.7.4
1 parent bb3b066 commit 159d9a2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.7.4 (2022-07-11)
2+
3+
### Fix
4+
5+
- **idf**: use fixed major version instead of major.minor for esp-coredump
6+
- **serial**: port occupied before init finished
7+
8+
### Feat
9+
10+
- **esp**: Add `--erase-flash` option to erase the flash before programming
11+
112
## v0.7.3 (2022-06-06)
213

314
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ addopts = "-s"
1313

1414
[tool.commitizen]
1515
name = "cz_conventional_commits"
16-
version = "0.7.3"
16+
version = "0.7.4"
1717
tag_format = "v$version"

0 commit comments

Comments
 (0)