From 58480f910913e5d335a6841a0303c62ae9878e43 Mon Sep 17 00:00:00 2001 From: Djordje Nedic Date: Mon, 25 Nov 2024 12:34:42 +0100 Subject: [PATCH] change: Update version to 1.7.0 --- .cz.toml | 2 +- CHANGELOG.md | 17 +++++++++++++++++ idf_component.yml | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.cz.toml b/.cz.toml index b7fe3a7..91207d3 100644 --- a/.cz.toml +++ b/.cz.toml @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 9234f0a..0eb4189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/idf_component.yml b/idf_component.yml index 1a6f77c..b7257d6 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -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: