File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes log for the Ruby CFF Library
22
3+ ## 1.3.0
4+
5+ * Abstract out parsing YAML.
6+ * Turn on underlying support for YAML anchors/aliases.
7+
38## 1.2.0
49
510* Always treat dates as Ruby Date objects.
Original file line number Diff line number Diff line change 1- # This CITATION.cff file was created by ruby-cff (v 1.2 .0).
1+ # This CITATION.cff file was created by ruby-cff (v 1.3 .0).
22# Gem: https://rubygems.org/gems/cff
33# CFF: https://citation-file-format.github.io/
44
@@ -21,9 +21,9 @@ keywords:
2121- metadata
2222- citation file format
2323- CFF
24- version : 1.2 .0
24+ version : 1.3 .0
2525doi : 10.5281/zenodo.1184077
26- date-released : 2024-01-19
26+ date-released : 2024-10-26
2727license : Apache-2.0
2828repository-artifact : https://rubygems.org/gems/cff
2929repository-code : https://github.com/citation-file-format/ruby-cff
Original file line number Diff line number Diff line change 1717##
1818module CFF
1919 # :nodoc:
20- VERSION = '1.2 .0'
20+ VERSION = '1.3 .0'
2121 DEFAULT_SPEC_VERSION = '1.2.0'
2222 MIN_VALIDATABLE_VERSION = '1.2.0'
2323end
You can’t perform that action at this time.
0 commit comments