From 79b0246330b7dfeda0fb8611ba1390d0a5534bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Lafoucrie=CC=80re?= Date: Thu, 4 Feb 2016 10:59:58 -0500 Subject: [PATCH] Release 0.2.7 --- .goxc.json | 2 +- CHANGELOG.md | 4 ++++ config/config.go | 2 +- debian/changelog | 4 ++++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.goxc.json b/.goxc.json index 5355d3c..455588d 100644 --- a/.goxc.json +++ b/.goxc.json @@ -2,5 +2,5 @@ "AppName": "gemnasium", "BuildConstraints": "linux darwin windows", "ConfigVersion": "0.9", - "PackageVersion": "0.2.6" + "PackageVersion": "0.2.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6394160..c8b0bb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.2.7 / 2016-02-04 + +* Remove hardcoded max duration for autoupdate. CI servers have timeouts anyway. (#33) + 0.2.6 / 2015-02-21 * "liveeval" command now returns 1 if runtime status is red diff --git a/config/config.go b/config/config.go index 01090e9..954a1ed 100644 --- a/config/config.go +++ b/config/config.go @@ -18,7 +18,7 @@ var ( ) const ( - VERSION = "0.2.6" + VERSION = "0.2.7" CONFIG_FILE_PATH = ".gemnasium.yml" // Don't forget to update DisplayEnvVars func bellow when updating vars diff --git a/debian/changelog b/debian/changelog index 5b69392..52ce93b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,7 @@ +gemnasium-toolbelt (0.2.7-1) stable; urgency=low + + * remove hardcoded max duration for autoupdate + gemnasium-toolbelt (0.2.6-1) stable; urgency=low * Added go 1.4.1 to test matrix