Skip to content

Commit 0f83101

Browse files
committed
change: Update version to 1.1.0
1 parent 6fed4dd commit 0f83101

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.0.2"
2+
version = "1.1.0"
33
update_changelog_on_bump = true
44
version_scheme = "semver"
55
tag_format = "v$version"

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v1.1.0 (2024-02-13)
2+
3+
### New Features
4+
5+
- USB CDC ACM interface support
6+
- Add the ability for ESP ports to not initialize peripherals
7+
8+
### Bug Fixes
9+
10+
- **docs**: Remove notes about SPI interface being experimental
11+
- Document size_id and improve comments in places
12+
113
## v1.0.2 (2023-12-20)
214

315
### Bug Fixes

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.0.2"
1+
version: "1.1.0"
22
description: Serial flasher component provides portable library for flashing or loading ram loadble app to Espressif SoCs from other host microcontroller
33
url: https://github.com/espressif/esp-serial-flasher
44
dependencies:

0 commit comments

Comments
 (0)