Skip to content

Commit ef7661e

Browse files
committed
change: Update version to 1.2.0
1 parent f79d55c commit ef7661e

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "czespressif"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
update_changelog_on_bump = true
55
tag_format = "v$version"
66
changelog_merge_prerelease = true

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v1.2.0 (2025-09-23)
2+
3+
### ✨ New Features
4+
5+
- **msc**: ensure MD5 check is enabled *(Jaroslav Burian - bac9aa6)*
6+
7+
### 🐛 Bug Fixes
8+
9+
- **serial_handler**: Add RX pull up to avoid floating pin *(Jaroslav Burian - 5580383)*
10+
- **debug**: use correct pins for TDO and TDI *(Jaroslav Burian - 0f04472)*
11+
- **msc**: flash only real payload when UF2_FLAG_MD5_PRESENT flag is set *(Jaroslav Burian - 8eae57a)*
12+
- **debug**: missing driver for Windows *(Jaroslav Burian - b56915c)*
13+
14+
### 🔧 Code Refactoring
15+
16+
- Separate pins and other Kconfig options into components *(Jaroslav Burian - 83dd070)*
17+
- Add activity callbacks to debug_probe and serial_handler components *(Jaroslav Burian - 10c22e3)*
18+
- Move debug specific code into debug_probe component *(Jaroslav Burian - c17f235)*
19+
- Separate debug interface into separate component *(Jaroslav Burian - 28eee02)*
20+
- Separate serial communication into components *(Jaroslav Burian - af83608)*
21+
22+
123
## v1.1.0 (2025-04-23)
224

325
### ✨ New Features

0 commit comments

Comments
 (0)