summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordfhoughton <dfhoughton@gmail.com>2019-01-06 08:27:37 -0500
committerdfhoughton <dfhoughton@gmail.com>2019-01-06 08:27:37 -0500
commita5c0ff8e41b31d0c71001a339b6099fcbc40363d (patch)
treea47a2fab08c88cd85c3ec7da40cb553daf798b55
parent017b72acbc7131172c05800568d48225b1d7d1b8 (diff)
downloadtwo-timer-a5c0ff8e41b31d0c71001a339b6099fcbc40363d.zip
bumping version number; adding documentation
-rw-r--r--CHANGES.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 72cd5e8..fedcf4d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,3 +4,5 @@
* convert `Date<Utc>` and `DateTime<Utc>` everywhere to `NaiveDate` and `NaiveDateTime`
* added "weekend" for the expressions "this weekend", "last weekend", etc.
* don't require space between era suffix and year -- "100AD" is as good as "100 AD"
+## 1.0.1
+* removing some documentation
diff --git a/Cargo.lock b/Cargo.lock
index 157c006..1d145a8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -108,7 +108,7 @@ dependencies = [
[[package]]
name = "two_timer"
-version = "1.0.0"
+version = "1.0.1"
dependencies = [
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index bdd210a..baf6f4d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "two_timer"
-version = "1.0.0"
+version = "1.0.1"
authors = ["dfhoughton <dfhoughton@gmail.com>"]
description="parser for English time expressions"
homepage="https://github.com/dfhoughton/two-timer"