This repository was archived by the owner on Jul 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2
2
"AppName" : " gemnasium" ,
3
3
"BuildConstraints" : " linux darwin windows" ,
4
4
"ConfigVersion" : " 0.9" ,
5
- "PackageVersion" : " 0.2.10 "
5
+ "PackageVersion" : " 0.2.11 "
6
6
}
Original file line number Diff line number Diff line change
1
+ 0.2.11 / 2017-10-11
2
+
3
+ * Accept package-lock.json dependency files
4
+
1
5
0.2.10 / 2017-09-22
2
6
3
7
* Better error messages when project creation fails
Original file line number Diff line number Diff line change 18
18
)
19
19
20
20
const (
21
- VERSION = "0.2.10 "
21
+ VERSION = "0.2.11 "
22
22
CONFIG_FILE_PATH = ".gemnasium.yml"
23
23
24
24
// Don't forget to update DisplayEnvVars func bellow when updating vars
Original file line number Diff line number Diff line change
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
+
1
7
gemnasium-toolbelt (0.2.10.2) stable; urgency=low
2
8
3
- * Signs packages with SHA512 instead of the obsolete SHA1
9
+ * Signs packages with SHA512 instead of the obsolete SHA1
4
10
5
11
-- Gemnasium <
[email protected] > Mon, 09 Oct 2017 15:18:10 +0200
6
12
You can’t perform that action at this time.
0 commit comments