Skip to content

Commit

Permalink
bump v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tafia committed Jun 13, 2023
1 parent 13e6ad3 commit 6745acf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "calamine"
version = "0.20.0"
version = "0.21.0"
authors = ["Johann Tuffe <tafia973@gmail.com>"]
repository = "https://github.com/tafia/calamine"
documentation = "https://docs.rs/calamine"
Expand Down
15 changes: 15 additions & 0 deletions Changelog.md
Expand Up @@ -10,6 +10,21 @@

## Unreleased

## 0.21.0

- fix: (xlsx) support `r` attribute
- fix: support `PROJECTCOMPATVERSION` in vba
- fix: incorrect date parsing due to excel bug
- feat: support for duration
- test: add MSRV

## 0.20.0

- refactor: bump dependencies
- feat: __(all) parse format/style information to infer cell as datetime__
- feat: (ods) support number-columns-repeated attribute
- refactor: multiple clippy refactorings

## 0.19.2

- feat: Extract picture data by turning `picture` feature on
Expand Down

0 comments on commit 6745acf

Please sign in to comment.