From 6f0ef241f579b4ab3c4a8085cf4fb2ae311cc098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 16 Sep 2017 00:05:25 +0200 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93aab8a..17d7b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +### v0.5.1 (2017-09-15) + +This release only is the addition of CI for test purposes. + + ## v0.5.0 (2017-08-29) diff --git a/Cargo.toml b/Cargo.toml index 97443bc..23591ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "algo" -version = "0.5.0" +version = "0.5.1" authors = ["Jan Christian Grünhage "] [dependencies]