summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordfhoughton <dfhoughton@gmail.com>2019-11-24 19:34:13 -0500
committerdfhoughton <dfhoughton@gmail.com>2019-11-24 19:34:13 -0500
commitbe6db59871d3399f4588f7c05eca7dd47224dd15 (patch)
tree87dda52086fe6bd324ad281271608421f441388f
parent6dcd85c36b8c863acef1f8aa5140aa0e2b00d6d1 (diff)
downloadtwo-timer-be6db59871d3399f4588f7c05eca7dd47224dd15.zip
bump version number and describe change
-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 2a5bfb2..6a7a3b1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,7 @@
# Change Log
+## 1.3.1
+* documentation fix
## 1.3.0
* adding small_grammar feature to further speed up common use case
## 1.2.1
diff --git a/Cargo.lock b/Cargo.lock
index 4c03cad..560466c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -171,7 +171,7 @@ dependencies = [
[[package]]
name = "two_timer"
-version = "1.3.0"
+version = "1.3.1"
dependencies = [
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 1193797..5b0190f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "two_timer"
-version = "1.3.0"
+version = "1.3.1"
authors = ["dfhoughton <dfhoughton@gmail.com>"]
description="parser for English time expressions"
homepage="https://github.com/dfhoughton/two-timer"