We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3434433 commit 1e9df29Copy full SHA for 1e9df29
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v4.8.1 (2024-09-25)
2
+
3
+### Bug Fixes
4
5
+- **esp32c2**: Add esp32c2 eco4 rom magic value
6
+- **packaging**: Correctly exclude the unwanted sub/modules
7
8
## v4.8.0 (2024-09-18)
9
10
### New Features
esptool/__init__.py
@@ -28,7 +28,7 @@
28
"write_mem",
29
]
30
31
-__version__ = "4.8.0"
+__version__ = "4.8.1"
32
33
import argparse
34
import inspect
pyproject.toml
@@ -75,7 +75,7 @@
75
version = {attr = "esptool.__init__.__version__"}
76
77
[tool.commitizen]
78
- version = "4.8.0"
+ version = "4.8.1"
79
update_changelog_on_bump = true
80
tag_format = "v$version"
81
changelog_start_rev = "v4.2.1"
0 commit comments