lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-0.12.1 vs lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-1.0.0rc1
- old
+ new
@@ -31,13 +31,17 @@
# ... output string created by builder
# 0.11.3 2015-01-14 change return type from false to $response when writer name is invalid
# 0.12.0 2015-01-16 changed translate entry point method to use keyword parameters
# ... must now be ruby version 2.0.0 or higher
# 0.12.1 2015-01-21 fixed problem with crash on writer = ''
+# 0.13.0 2015-01-28 made data dictionary an array
+# ... added alias to entity and attribute
+# ... added local names to iso 19110 writer
+# 1.0.0rc1 2015-02-27 schema 1.0 support
module ADIWG
module Mdtranslator
# current mdtranslator version
- VERSION = "0.12.1"
+ VERSION = "1.0.0rc1"
end
end