summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-15 09:10:45 +0200
committerGitHub <noreply@github.com>2018-04-15 09:10:45 +0200
commitf69b8a34f72bd07db8b4ea8be82bd051f2691f8c (patch)
tree0e3fd20bbc6fb0eae0e3a0a4d52938b6d929ac92
parent409edcafb8bd855fa2d1fb738cd0e10e55517de7 (diff)
parent5dd04697507599720bf1fd0e5ba4a2c498052841 (diff)
Merge pull request #57 from matthiasbeyer/prepare-0.5.0v0.5.0
Prepare 0.5.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75952ec..dac377c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ This changelog was started with the 0.4.0 release.
## Next
+## 0.5.0
+
+* The "uuid" dependency was updated from 0.5 to 0.6
+
## 0.4.0
* Dependencies updated
diff --git a/Cargo.toml b/Cargo.toml
index 4927464..a3ccc00 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "task-hookrs"
-version = "0.4.0"
+version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>",
"Mario Krehl <mario-krehl@gmx.de>",
]