From 0abe86a975facb83055419079afc82b10d403521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Wed, 10 Oct 2018 10:30:08 +0200 Subject: [PATCH] :bookmark: prepare release --- CHANGES.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 13c2ef63..70971fc0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Changes +# 0.5.1 (2018/10/10) + +* Updated dependencies +* Should now work with all configurations for crumb header in Jenkins + # 0.5.0 (2018/07/02) * Updated variants types to be able to keep variant information when navigating between objects (ie `CommonJob` -> `FreeStyleProject` -> `ShortBuild` -> `FreeStyleBuild` without going through `CommonBuild`) diff --git a/Cargo.toml b/Cargo.toml index bec7da53..cbf28d97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jenkins_api" -version = "0.5.0" +version = "0.5.1" authors = ["François Mockers "] description = "Bindings for the Jenkins JSON API" repository = "https://github.com/mockersf/jenkins-api.rs"