Skip to content

Commit 1b12664

Browse files
committed
bump v0.26.0
1 parent 8efe95d commit 1b12664

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "calamine"
3-
version = "0.25.0"
3+
version = "0.26.0"
44
authors = ["Johann Tuffe <[email protected]>"]
55
repository = "https://github.com/tafia/calamine"
66
documentation = "https://docs.rs/calamine"

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
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

0 commit comments

Comments
 (0)