Skip to content

Commit

Permalink
bump v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tafia committed May 24, 2024
1 parent 1e65739 commit a0cfe20
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@

## Unreleased

## 0.25.0 (2024-05-25)

- feat: added `is_error` and `get_error` methods to the `DataType` trait
- feat: add deserializer helper functions
- feat: support get merged region
- feat: add `Range::headers` method
- feat: expose some `Dimensions` methods
- fix: use case insensitive comparison when searching for file in xlsx
- fix: do not panic when reading cell format with invalid index
- chore: use `OnceLock` instead of once_cell crate (MSRV: 1.71)

## 0.24.0

Expand Down

0 comments on commit a0cfe20

Please sign in to comment.