File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11# Changes log for the Ruby CFF Library
22
3+ ## 1.0.1
4+
5+ * Handle missing family or given names for authors.
6+ * Handle authors with only an alias for a name.
7+ * Add install instructions to the README.
8+ * Add a note to the README re output format changes.
9+
310## 1.0.0
411
512* Add ` type ` to top-level CFF model.
Original file line number Diff line number Diff line change 1- # This CITATION.cff file was created by ruby-cff (v 1.0.0 ).
1+ # This CITATION.cff file was created by ruby-cff (v 1.0.1 ).
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.0.0
24+ version : 1.0.1
2525doi : 10.5281/zenodo.1184077
26- date-released : 2022-10-09
26+ date-released : 2022-11-05
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.0.0 '
20+ VERSION = '1.0.1 '
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