Skip to content

Commit fcad483

Browse files
committed
Release 1.1.0
1 parent 4ece195 commit fcad483

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

100644100755
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
1.1.0:
2+
- Release
3+
14
1.0.9:
5+
- Using EDDN v3 market schema
6+
- Using key-value pairs instead of edict iteration for >3.4 compatibility
27
- fixed empty demandBracket and stockBracket errors
38
- Updated search for players ships to pass indices to data.ships so it can be retrieved
49
- Default to not using the test EDDN schema, since it is no longer supported

edce/globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
exit()
55

66
name = "EDCE"
7-
version = "1.0.9"
7+
version = "1.1.0"
88

99
interactive = False
1010
debug = False

0 commit comments

Comments
 (0)