From dcf51ed746b9161e17caeb6ce02bd31cb25b4e87 Mon Sep 17 00:00:00 2001 From: Johann Tuffe Date: Sun, 8 Oct 2023 12:02:08 +0800 Subject: [PATCH] bump v0.22.1 --- Cargo.toml | 2 +- Changelog.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3b2fb702..f5c4e176 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "calamine" -version = "0.22.0" +version = "0.22.1" authors = ["Johann Tuffe "] repository = "https://github.com/tafia/calamine" documentation = "https://docs.rs/calamine" diff --git a/Changelog.md b/Changelog.md index 91ce25ec..e17d61ef 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.