Skip to content

Commit

Permalink
Merge pull request #365 from tafia/calamine0.22.1
Browse files Browse the repository at this point in the history
bump v0.22.1
  • Loading branch information
tafia authored Oct 8, 2023
2 parents 8a1ace7 + dcf51ed commit 09c25ba
Show file tree
Hide file tree
Showing 2 changed files with 10 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.22.0"
version = "0.22.1"
authors = ["Johann Tuffe <[email protected]>"]
repository = "https://github.com/tafia/calamine"
documentation = "https://docs.rs/calamine"
Expand Down
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@

## Unreleased

## 0.22.1

- fix: regression on `Range::get`
- chore: update GitHub actions
- fix: spelling of formula error type
- feat: support label cells for xls
- refactor: clippy
- perf: preallocate several buffers

## 0.22.0

- docs: improve `de_opt_f64` example.
Expand Down

0 comments on commit 09c25ba

Please sign in to comment.