Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Commit 79b0246

Browse files
author
Philippe Lafoucrière
committed
Release 0.2.7
1 parent 4f01a1d commit 79b0246

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.goxc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AppName": "gemnasium",
33
"BuildConstraints": "linux darwin windows",
44
"ConfigVersion": "0.9",
5-
"PackageVersion": "0.2.6"
5+
"PackageVersion": "0.2.7"
66
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.2.7 / 2016-02-04
2+
3+
* Remove hardcoded max duration for autoupdate. CI servers have timeouts anyway. (#33)
4+
15
0.2.6 / 2015-02-21
26

37
* "liveeval" command now returns 1 if runtime status is red

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var (
1818
)
1919

2020
const (
21-
VERSION = "0.2.6"
21+
VERSION = "0.2.7"
2222
CONFIG_FILE_PATH = ".gemnasium.yml"
2323

2424
// Don't forget to update DisplayEnvVars func bellow when updating vars

debian/changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
gemnasium-toolbelt (0.2.7-1) stable; urgency=low
2+
3+
* remove hardcoded max duration for autoupdate
4+
15
gemnasium-toolbelt (0.2.6-1) stable; urgency=low
26

37
* Added go 1.4.1 to test matrix

0 commit comments

Comments
 (0)