lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-2.2.2 vs lib/adiwg/mdcodes/version.rb in adiwg-mdcodes-2.3.0
- old
+ new
@@ -1,8 +1,10 @@
# adiwg mdCodes
# version 2 history
+# 2.3.0 2017-08-01 added showDeprecated parameter to mdCodes methods
+# 2.3.0 2017-08-01 change to associationTypes: revised definitions, deprecated some codes
# 2.2.0 2017-06-29 added adiwg namespace codelist
# 2.1.7 2017-06-08 added scienceBase date codes to dateType
# 2.1.6 2017-05-16 added 'isoTopicCategory' to keyword type code list
# 2.1.5 2017-03-15 added adiwg_entityType codelist
# 2.1.4 2017-03-07 added phone types to telephone codes
@@ -10,11 +12,10 @@
# 2.1.3 2017-02-07 added adiwg_addressType codelist
# 2.1.1 2016-12-18 change to European spelling 'polarisation'
# 2.1.0 2016-11-27 added 10 MI codelists
# version 1 history
-
# 0.1.0 2014-11-05 first release
# 0.1.1 2014-11-06 added factSheet to scope
# 0.2.0 2014-11-07 add option to return only codeNames
# ... moved resources directory outside of lib
# 0.2.1 2014-11-10 added support for JSON returns
@@ -27,8 +28,8 @@
# 1.2.0 2015-09-18 change source of characterSet from ISO to IANA
# 1.2.1 2015-09-28 bumped version number to match gem
module ADIWG
module Mdcodes
- VERSION = "2.2.2"
+ VERSION = "2.3.0"
end
end