Skip to content

Commit b3edf34

Browse files
committed
Version 3.0.0 - update dependencies, add notes
1 parent ca7a9eb commit b3edf34

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

build.hxml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-cp src
2-
-lib thx.core
2+
-lib thx.core:0.44.0
33

44
--each
55

@@ -8,7 +8,7 @@
88

99
--next
1010

11-
-lib utest
11+
-lib utest:1.13.2
1212
-cp test
1313
-main TestAll
1414
-neko bin/test-all.n

haxelib.json

+13-7
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22
"name": "hmm",
33
"url": "https://github.com/andywhite37/hmm",
44
"license": "MIT",
5-
"tags": ["tools", "helpers", "installation"],
5+
"tags": [
6+
"tools",
7+
"helpers",
8+
"installation"
9+
],
610
"description": "Local haxelib installation helper",
7-
"version": "2.1.0",
11+
"version": "3.0.0",
812
"classPath": "src/",
9-
"releasenote": "Add lock command from elsassph",
10-
"contributors": ["andywhite37"],
13+
"releasenote": "Verify remote URL for git dependencies (#19 - steviegt6)",
14+
"contributors": [
15+
"andywhite37"
16+
],
1117
"dependencies": {
12-
"utest": "1.5.0",
13-
"thx.core": "0.42.1"
18+
"utest": "1.13.2",
19+
"thx.core": "0.44.0"
1420
}
15-
}
21+
}

run.n

46 Bytes
Binary file not shown.

submit

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
set -euo pipefail
33
IFS=$'\n\t'
44

5+
# Before running this, update the haxelib.json to set the version/releasenote, commit that, then tag it:
6+
# git tag -a 2.3.4 -m "my message"
7+
58
if [[ -f hmm.zip ]]; then
69
rm hmm.zip
710
fi

0 commit comments

Comments
 (0)