Skip to content

Commit

Permalink
change: Update version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DNedic committed Nov 25, 2024
1 parent e238977 commit 58480f9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "1.6.2"
version = "1.7.0"
update_changelog_on_bump = true
version_scheme = "semver"
tag_format = "v$version"
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v1.7.0 (2024-11-25)

### New Features

- Add support for reading from target flash
- Add support for inverting reset and boot pins
- Update zephyr example to v4.0.0
- **examples**: Provide more useful error messages

### Bug Fixes

- Clarify and validate alignment requirements for flashing
- ROUNDUP calculation fix
- Zephyr example
- Handling of USB buffer overflow
- Callback when USB port is disconnected

## v1.6.2 (2024-10-18)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "1.6.2"
version: "1.7.0"
description: esp-serial-flasher is a portable C library for flashing or loading apps to RAM of Espressif SoCs from other host microcontrollers
url: https://github.com/espressif/esp-serial-flasher
dependencies:
Expand Down

0 comments on commit 58480f9

Please sign in to comment.