We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3b066 commit 159d9a2Copy full SHA for 159d9a2
CHANGELOG.md
@@ -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
12
## v0.7.3 (2022-06-06)
13
14
### Fix
pyproject.toml
@@ -13,5 +13,5 @@ addopts = "-s"
[tool.commitizen]
15
name = "cz_conventional_commits"
16
-version = "0.7.3"
+version = "0.7.4"
17
tag_format = "v$version"
0 commit comments