Skip to content

Commit 70377fd

Browse files
Release 1.0.0
1 parent 3f916c7 commit 70377fd

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
/dump/
44
/exp/
55
/gitstats/
6+
7+
elebeta-format.zip

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CHANGES
2+
================================================================================
3+
4+
Version 1.0.0
5+
--------------------------------------------------------------------------------
6+
- CSV and ETT formats

Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,14 @@ java:
3131
haxe ${HXFLAGS} unit_tests.java.hxml
3232
java -jar exp/unit_tests/java/java.jar
3333
.PHONY: java
34+
35+
package:
36+
rm -f elebeta-format.zip
37+
zip -r elebeta-format.zip . -x exp/\* .git/\* .hxsublime_tmp/\* gitstats/\* \
38+
\*.gitignore
39+
.PHONY: package
40+
41+
install: package
42+
haxelib local elebeta-format.zip
43+
.PHONY: install
44+

haxelib.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "elebeta-format",
3-
"url": "https://github.com/Elebeta",
3+
"url": "https://github.com/Elebeta/haxe-format",
44
"license": "BSD",
55
"tags": [],
66
"description": "Additional file formats support for Haxe.",
7-
"version": "0.9.9",
7+
"version": "1.0.0",
8+
"releasenote": "see CHANGES.md",
89
"contributors": [ "elebeta", "jonasmalacofilho" ],
910
"dependencies": {
1011

0 commit comments

Comments
 (0)