From 1b12664f5a6f77e4d90f026de38bf6890f68cc41 Mon Sep 17 00:00:00 2001 From: Johann Tuffe Date: Tue, 8 Oct 2024 21:29:44 +0800 Subject: [PATCH] bump v0.26.0 --- Cargo.toml | 2 +- Changelog.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12fd50f6..7efbb6e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "calamine" -version = "0.25.0" +version = "0.26.0" authors = ["Johann Tuffe "] repository = "https://github.com/tafia/calamine" documentation = "https://docs.rs/calamine" diff --git a/Changelog.md b/Changelog.md index 49b95df0..c5516e53 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,18 @@ ## Unreleased +## 0.26.0 (2024-10-08) + +- feat: add ability to merge cells from xls and xlsx +- feat: add options to keep first empty rows for xlsx +- feat: support consecutive repeated empty cells for ods +- feat: add new `header_row` config +- test: fix broken fuzzer +- docs: fix broken links in README +- docs: enable dates and pictures features in docs.rs build +- chore: bump MRSV to 1.73 + + ## 0.25.0 (2024-05-25) - feat: added `is_error` and `get_error` methods to the `DataType` trait