Skip to content

Commit 06812ea

Browse files
committed
change: Update version to 1.6.0
1 parent 678974b commit 06812ea

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "1.5.0"
2+
version = "1.6.0"
33
update_changelog_on_bump = true
44
version_scheme = "semver"
55
tag_format = "v$version"

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v1.6.0 (2024-09-26)
2+
3+
### New Features
4+
5+
- Add support for Secure Download Mode
6+
- Add support for getting target security info
7+
- Add logging from target to rpi pico port
8+
9+
### Bug Fixes
10+
11+
- Add delay to usb example to ensure connection
12+
- Do not enable logging if flashing error - STM
13+
- Add missing esp32c3 chip magic numbers
14+
- Multiple timeout fixes
15+
- Only check if image fits into flash when we know flash size
16+
- Duplicate word in logging message
17+
18+
### Code Refactoring
19+
20+
- **protocol**: Rework command and response handling code
21+
- **protocol**: Add support for receiving variably sized SLIP packets
22+
123
## v1.5.0 (2024-08-13)
224

325
### New Features

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.5.0"
1+
version: "1.6.0"
22
description: esp-serial-flasher is a portable C library for flashing or loading apps to RAM of Espressif SoCs from other host microcontrollers
33
url: https://github.com/espressif/esp-serial-flasher
44
dependencies:

0 commit comments

Comments
 (0)