File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " calamine"
3- version = " 0.25 .0"
3+ version = " 0.26 .0"
44authors = [
" Johann Tuffe <[email protected] >" ]
55repository = " https://github.com/tafia/calamine"
66documentation = " https://docs.rs/calamine"
Original file line number Diff line number Diff line change 1010
1111## Unreleased
1212
13+ ## 0.26.0 (2024-10-08)
14+
15+ - feat: add ability to merge cells from xls and xlsx
16+ - feat: add options to keep first empty rows for xlsx
17+ - feat: support consecutive repeated empty cells for ods
18+ - feat: add new ` header_row ` config
19+ - test: fix broken fuzzer
20+ - docs: fix broken links in README
21+ - docs: enable dates and pictures features in docs.rs build
22+ - chore: bump MRSV to 1.73
23+
24+
1325## 0.25.0 (2024-05-25)
1426
1527- feat: added ` is_error ` and ` get_error ` methods to the ` DataType ` trait
You can’t perform that action at this time.
0 commit comments