Skip to content

Commit

Permalink
change: Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DNedic committed Feb 13, 2024
1 parent 6fed4dd commit 0f83101
Show file tree
Hide file tree
Showing 3 changed files with 14 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.0.2"
version = "1.1.0"
update_changelog_on_bump = true
version_scheme = "semver"
tag_format = "v$version"
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v1.1.0 (2024-02-13)

### New Features

- USB CDC ACM interface support
- Add the ability for ESP ports to not initialize peripherals

### Bug Fixes

- **docs**: Remove notes about SPI interface being experimental
- Document size_id and improve comments in places

## v1.0.2 (2023-12-20)

### 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.0.2"
version: "1.1.0"
description: Serial flasher component provides portable library for flashing or loading ram loadble app to Espressif SoCs from other host microcontroller
url: https://github.com/espressif/esp-serial-flasher
dependencies:
Expand Down

0 comments on commit 0f83101

Please sign in to comment.