diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d15a7..7c45e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +Version 1.0.3 (2018-09-18) +========================== + +Misc +---- + +- Changed the default `parse` function to use a static parser + Version 1.0.2 (2018-08-14) ========================== diff --git a/Cargo.toml b/Cargo.toml index d1edd1d..5df44ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dtparse" -version = "1.0.2" +version = "1.0.3" authors = ["Bradlee Speice "] description = "A dateutil-compatible timestamp parser for Rust" repository = "https://github.com/bspeice/dtparse.git"