From fa1080ebac6edc44be805ce709586d491c121d6e Mon Sep 17 00:00:00 2001 From: Gilbert Roulot Date: Thu, 11 Jan 2018 14:28:02 +0100 Subject: [PATCH] Releases version 1.0.3 --- .goxc.json | 2 +- CHANGELOG.md | 6 ++++++ config/config.go | 2 +- debian/changelog | 10 +++++++++- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.goxc.json b/.goxc.json index 2ba57cc..fd26383 100644 --- a/.goxc.json +++ b/.goxc.json @@ -2,5 +2,5 @@ "AppName": "gemnasium", "BuildConstraints": "linux darwin windows", "ConfigVersion": "0.9", - "PackageVersion": "1.0.2" + "PackageVersion": "1.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 91385b1..a7b5533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.0.3 / 2018-01-11 + +* Ignores node_modules and .bundle directories when searching for + dependency files. +* GEMNASIUM_IGNORED_PATHS filters path in addition to filenames. + # 1.0.2 / 2017-12-18 * Uses Gemnasium depfile library. diff --git a/config/config.go b/config/config.go index 3e07b1c..25388fe 100644 --- a/config/config.go +++ b/config/config.go @@ -19,7 +19,7 @@ var ( ) const ( - VERSION = "1.0.2" + VERSION = "1.0.3" 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 c616c32..b19deab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +gemnasium-toolbelt (1.0.3.1) stable; urgency=low + + * Ignores node_modules and .bundle directories when searching for + dependency files. + * GEMNASIUM_IGNORED_PATHS filters path in addition to filenames. + + -- Gemnasium Thu, 11 Jan 2018 14:26:11 +0200 + gemnasium-toolbelt (1.0.2.1) stable; urgency=low * Uses Gemnasium depfile library. @@ -12,7 +20,7 @@ gemnasium-toolbelt (1.0.1.1) stable; urgency=low gemnasium-toolbelt (0.2.10.2) stable; urgency=low - * Signs packages with SHA512 instead of the obsolete SHA1 + * Signs packages with SHA512 instead of the obsolete SHA1 -- Gemnasium Mon, 09 Oct 2017 15:18:10 +0200