Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
outersky committed Mar 11, 2022
1 parent 2226479 commit 8cab489
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "simple_excel_writer"
description = "Simple Excel Writer"
version = "0.1.9"
version = "0.2.0"
authors = ["outersky <[email protected]>"]
license = "Apache-2.0"
homepage="https://github.com/outersky/simple_excel_writer"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ fn main() {

## Change Log

### 0.2.0 (2022-03-11)
- support WASM !

### 0.1.9 (2021-10-28)
- support formula
- support NaiveDate & NaiveDateTime
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
//!

#![crate_name = "simple_excel_writer"]
#![crate_type = "rlib"]
#![crate_type = "dylib"]

extern crate zip;

Expand Down

0 comments on commit 8cab489

Please sign in to comment.