This commit is contained in:
2020-06-23 22:11:09 +08:00
parent d6fb04455c
commit 8f5d3666f2
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "simpledateformat"
version = "0.1.0"
version = "0.1.1"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "SimpleDateFormat.java style like date format"

View File

@@ -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)`