Skip to content

Commit

Permalink
change: Update version to 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radimkarnis committed Sep 25, 2024
1 parent 3434433 commit 1e9df29
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v4.8.1 (2024-09-25)

### Bug Fixes

- **esp32c2**: Add esp32c2 eco4 rom magic value
- **packaging**: Correctly exclude the unwanted sub/modules

## v4.8.0 (2024-09-18)

### New Features
Expand Down
2 changes: 1 addition & 1 deletion esptool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"write_mem",
]

__version__ = "4.8.0"
__version__ = "4.8.1"

import argparse
import inspect
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
version = {attr = "esptool.__init__.__version__"}

[tool.commitizen]
version = "4.8.0"
version = "4.8.1"
update_changelog_on_bump = true
tag_format = "v$version"
changelog_start_rev = "v4.2.1"
Expand Down

0 comments on commit 1e9df29

Please sign in to comment.