Skip to content

Commit

Permalink
bump v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tafia committed Oct 8, 2024
1 parent 8efe95d commit 1b12664
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "calamine"
version = "0.25.0"
version = "0.26.0"
authors = ["Johann Tuffe <[email protected]>"]
repository = "https://github.com/tafia/calamine"
documentation = "https://docs.rs/calamine"
Expand Down
12 changes: 12 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b12664

Please sign in to comment.