Skip to content

Commit 1e9df29

Browse files
committed
change: Update version to 4.8.1
1 parent 3434433 commit 1e9df29

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
## v4.8.0 (2024-09-18)
29

310
### New Features

esptool/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"write_mem",
2929
]
3030

31-
__version__ = "4.8.0"
31+
__version__ = "4.8.1"
3232

3333
import argparse
3434
import inspect

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
version = {attr = "esptool.__init__.__version__"}
7676

7777
[tool.commitizen]
78-
version = "4.8.0"
78+
version = "4.8.1"
7979
update_changelog_on_bump = true
8080
tag_format = "v$version"
8181
changelog_start_rev = "v4.2.1"

0 commit comments

Comments
 (0)