Release version 1.0.3

pull/24/head v1.0.3
Bradlee Speice 2018-09-18 23:04:07 -04:00
parent 741afa3451
commit ef3ea38834
2 changed files with 9 additions and 1 deletions

View File

@ -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) Version 1.0.2 (2018-08-14)
========================== ==========================

View File

@ -1,6 +1,6 @@
[package] [package]
name = "dtparse" name = "dtparse"
version = "1.0.2" version = "1.0.3"
authors = ["Bradlee Speice <bradlee@speice.io>"] authors = ["Bradlee Speice <bradlee@speice.io>"]
description = "A dateutil-compatible timestamp parser for Rust" description = "A dateutil-compatible timestamp parser for Rust"
repository = "https://github.com/bspeice/dtparse.git" repository = "https://github.com/bspeice/dtparse.git"