From 6e231a8577b075b46010eaf6fbf41a079fca1658 Mon Sep 17 00:00:00 2001 From: Johann Tuffe Date: Thu, 10 Oct 2024 19:51:37 +0800 Subject: [PATCH] bump v0.26.1 --- Cargo.toml | 2 +- Changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7efbb6e..c785579 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "calamine" -version = "0.26.0" +version = "0.26.1" authors = ["Johann Tuffe "] repository = "https://github.com/tafia/calamine" documentation = "https://docs.rs/calamine" diff --git a/Changelog.md b/Changelog.md index c5516e5..ce7e710 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,10 @@ ## Unreleased +## 0.26.1 (2024-10-10) + +- fix: sparse celle expect 0 index rows, even when using `header_row` + ## 0.26.0 (2024-10-08) - feat: add ability to merge cells from xls and xlsx