From 0a44b73430fcf8734beec9067a85df9630c8c6e9 Mon Sep 17 00:00:00 2001 From: Djordje Nedic Date: Tue, 15 Oct 2024 11:14:02 +0200 Subject: [PATCH] change: Update version to 1.6.1 --- .cz.toml | 2 +- CHANGELOG.md | 6 ++++++ idf_component.yml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cz.toml b/.cz.toml index c33c25d..1274f4f 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "1.6.0" +version = "1.6.1" update_changelog_on_bump = true version_scheme = "semver" tag_format = "v$version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d731bc..8c27b8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.6.1 (2024-10-15) + +### Bug Fixes + +- Fix ESP32-H2 flash detection + ## v1.6.0 (2024-09-26) ### New Features diff --git a/idf_component.yml b/idf_component.yml index d45be6a..996e19f 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.6.0" +version: "1.6.1" 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: