lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-0.8.6 vs lib/adiwg/mdtranslator/version.rb in adiwg-mdtranslator-0.9.0
- old
+ new
@@ -12,13 +12,16 @@
# 0.8.4 2014-10-10 modified writers to pass minimum metadata input test
# ... test were added to handle a missing metadata > metadataInfo
# ... block in the input.
# 0.8.5 2014-10-11 added methods to pass content of readme files
# 0.8.6 2014-10-15 added cli option to return entire content mdTranslator response
+# 0.8.7 2014-10-29 added support for resource time period
+# 0.9.0 2014-11-06 added resourceType to associatedResource and additionalInformation
+# ... moved resourceType from metadataInfo to resourceInfo in json
module ADIWG
module Mdtranslator
# current mdtranslator version
- VERSION = "0.8.6"
+ VERSION = "0.9.0"
end
end