lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-2.10.0 vs lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-2.12.0.pre

- old
+ new

@@ -1,8 +1,15 @@ # adiwg mdTranslator # version 2 history +# 2.12.0 2018-04-07 add 'fgdc' option to reader and writer enum list +# 2.12.0 2018-04-06 rename taxonomicRank to taxonomicLevel +# 2.12.0 2018-04-06 rename latinName to taxonomicNamel +# 2.12.0 2018-04-06 changed resourceInfo taxonomy from object to array +# 2.12.0 2018-04-05 refactored messaging for ISO19110 +# 2.11.0 2018-03-28 add 'responsibleParties' to budget allocation +# 2.11.0 2018-03-27 refactor messaging for fgdc writer # 2.10.0 2018-02-26 add 'forceValid' parameter to mdTranslator.translate # 2.9.3 2018-02-24 add messaging to mdJson reader # 2.9.3 2018-02-20 add data and time format validation to module_dateTomeFun # 2.9.3 2018-02-17 add messaging to fgdc reader # 2.9.3 2018-02-14 refactored 19110 add isInfinite="true" to upper multiplicity @@ -69,10 +76,10 @@ # 2.0.0 2016-10-01 start of version 2 module ADIWG module Mdtranslator # current mdtranslator version - VERSION = "2.10.0" + VERSION = "2.12.0.pre" end end # version 1 history # 1.0.0rc1 2015-02-27 schema 1.0 support