Skip to content

Commit

Permalink
Releases version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
groulot committed Jan 11, 2018
1 parent afbcf75 commit fa1080e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Expand Up @@ -2,5 +2,5 @@
"AppName": "gemnasium",
"BuildConstraints": "linux darwin windows",
"ConfigVersion": "0.9",
"PackageVersion": "1.0.2"
"PackageVersion": "1.0.3"
}
6 changes: 6 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Expand Up @@ -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
Expand Down
10 changes: 9 additions & 1 deletion 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 <info@gemnasium.com> Thu, 11 Jan 2018 14:26:11 +0200

gemnasium-toolbelt (1.0.2.1) stable; urgency=low

* Uses Gemnasium depfile library.
Expand All @@ -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 <info@gemnasium.com> Mon, 09 Oct 2017 15:18:10 +0200

Expand Down

0 comments on commit fa1080e

Please sign in to comment.