summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-01-11 21:38:18 +0100
committerGitHub <noreply@github.com>2018-01-11 21:38:18 +0100
commit31f74bb7cc4c6cd8005b21d8bd459a128680e788 (patch)
tree993062d9b1f761080edb52fecbf043e2487f1827
parent6b3f6a716d6bc1ada8ebbf7e9e122334d4295662 (diff)
parentab77d139f1b8053892465b45eb9f80099f3f5d68 (diff)
Merge pull request #30 from matthiasbeyer/release-prepare
Update version: 0.5.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7cb67a..08fe9b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ that version.
# Next
+# 0.5.0
+
* Minimum required rust compiler version is now 1.20.0
* Dependencies were updated
* Added method for requesting a type directly from the TOML document:
diff --git a/Cargo.toml b/Cargo.toml
index 8dab0a5..58dcce0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "toml-query"
-version = "0.4.0"
+version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library to work with toml::Value objects more conveniently"