Skip to content

Commit

Permalink
Merge pull request #331 from tafia/v0.21.0
Browse files Browse the repository at this point in the history
bump v0.21.0
  • Loading branch information
tafia authored Jun 13, 2023
2 parents ed18d37 + ba6d6e6 commit ff78252
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
toolchain:
- "1.59.0" # MSRV
- "1.60.0" # MSRV
- stable
- beta
- nightly
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 All @@ -11,7 +11,7 @@ keywords = ["excel", "ods", "xls", "xlsx", "xlsb"]
categories = ["encoding", "parsing", "text-processing"]
exclude = ["tests/**/*"]
edition = "2018"
rust-version = "1.59"
rust-version = "1.60"

[dependencies]
byteorder = "1.4"
Expand Down
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@

## Unreleased

- chore: bump MSRv to 1.60.0 due to log dependencies

## 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 ff78252

Please sign in to comment.