Skip to content

Commit 1f9c3c8

Browse files
committed
change: Update version to 0.11.0
1 parent 2c32895 commit 1f9c3c8

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

.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 = "0.10.0"
3+
version = "0.11.0"
44
update_changelog_on_bump = true
55
tag_format = "v$version"
66
changelog_merge_prerelease = true

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## v0.11.0 (2026-05-01)
2+
3+
### ✨ New Features
4+
5+
- **progress**: mirror recent output and show a banner on Ctrl-v *(Frantisek Hrbata - 9612653)*
6+
- **size**: colorize table / tree / csv / json / dot output *(Frantisek Hrbata - a17b74e)*
7+
- **size**: add files / components / symbols / deps subcommands *(Frantisek Hrbata - 5920386)*
8+
- **idf,size**: expose --format and --archive-details completers *(Frantisek Hrbata - 6b95e63)*
9+
- **idf,size**: rewrite as a 1:1 esp-idf-size replacement *(Frantisek Hrbata - 3b73900)*
10+
- **json**: add json_serialize_pretty + integer-aware numbers *(Frantisek Hrbata - 4855a43)*
11+
- **elf**: add SHT_SYMTAB symbol-table reader *(Frantisek Hrbata - 1bc1cbc)*
12+
- **map**: parse the Cross Reference Table *(Frantisek Hrbata - 7de09cd)*
13+
14+
### 🐛 Bug Fixes
15+
16+
- **flash,monitor**: handle linux target without scanning serial ports *(Frantisek Hrbata - bd67fdc)*
17+
- **repo**: pass --progress to git so output mirrors during clone/fetch *(Frantisek Hrbata - e7521ac)*
18+
- **completion**: refuse to install in the wrong shell *(Frantisek Hrbata - a830bd2)*
19+
- **dispatch**: skip setup_project on --ice-complete *(Frantisek Hrbata - f6e408e)*
20+
21+
### 🔧 Code Refactoring
22+
23+
- **dispatch**: split --help / --ice-complete handling *(Frantisek Hrbata - fc179b9)*
24+
- **platform**: promote glob_match to a platform abstraction *(Frantisek Hrbata - 24716a8)*
25+
26+
127
## v0.10.0 (2026-04-28)
228

329
### ✨ New Features

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.10.0
1+
VERSION = 0.11.0
22
NAME := ice
33

44
O ?= build/$(TRIPLE)

0 commit comments

Comments
 (0)