summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-10-12 20:26:42 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-10-12 20:27:06 +0200
commitd4bfb096bb71ae276fdab7d186d76170f0c51ffb (patch)
tree785cb5b957f3a250a36a9c0cceebaf3a733661ce
parentd67e2c40fefea616ddf502afa131a793d85ffe2f (diff)
Update version string, add CHANGELOG
-rw-r--r--CHANGELOG.md9
-rw-r--r--Cargo.toml2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..80e3814
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,9 @@
+# Changelog
+
+This changelog was started with the 0.4.0 release, so there are no logs before
+that version.
+
+# 0.4.0
+
+* Updated the `error-chain` dependency from `0.10` to `0.11`.
+
diff --git a/Cargo.toml b/Cargo.toml
index 46a0743..2d3d699 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "toml-query"
-version = "0.3.1"
+version = "0.4.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library to work with toml::Value objects more conveniently"