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

Commit f4ae5ed

Browse files
author
Philippe Lafoucrière
committed
Bump to 0.2.11
1 parent 468a400 commit f4ae5ed

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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.10"
5+
"PackageVersion": "0.2.11"
66
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.2.11 / 2017-10-11
2+
3+
* Accept package-lock.json dependency files
4+
15
0.2.10 / 2017-09-22
26

37
* Better error messages when project creation fails

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.10"
21+
VERSION = "0.2.11"
2222
CONFIG_FILE_PATH = ".gemnasium.yml"
2323

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

debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
gemnasium-toolbelt (0.2.11) stable; urgency=low
2+
3+
* Accept package-lock.json dependency files
4+
5+
-- Gemnasium <[email protected]> Mon, 11 Oct 2017 16:57:10 +0200
6+
17
gemnasium-toolbelt (0.2.10.2) stable; urgency=low
28

3-
* Signs packages with SHA512 instead of the obsolete SHA1
9+
* Signs packages with SHA512 instead of the obsolete SHA1
410

511
-- Gemnasium <[email protected]> Mon, 09 Oct 2017 15:18:10 +0200
612

0 commit comments

Comments
 (0)