From 8f5d3666f2b9dab14fd3dc289f061461a28b23a0 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Tue, 23 Jun 2020 22:11:09 +0800 Subject: [PATCH] v 0.1.1 --- Cargo.toml | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2b805e..becf945 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simpledateformat" -version = "0.1.0" +version = "0.1.1" authors = ["Hatter Jiang "] edition = "2018" description = "SimpleDateFormat.java style like date format" diff --git a/README.md b/README.md index ab86a85..8f37b52 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,9 @@ Output: More tests: > https://git.hatter.ink/hatter/simpledateformat/src/branch/master/tests/lib_test.rs + + +Log + +* Jun 23, 2020 - v0.1.1 + * add `simpledateformat::new_with_out_err(&str)` \ No newline at end of file