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 1
1
# Changes log for the Ruby CFF Library
2
2
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
+
3
10
## 1.0.0
4
11
5
12
* 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 ).
2
2
# Gem: https://rubygems.org/gems/cff
3
3
# CFF: https://citation-file-format.github.io/
4
4
@@ -21,9 +21,9 @@ keywords:
21
21
- metadata
22
22
- citation file format
23
23
- CFF
24
- version : 1.0.0
24
+ version : 1.0.1
25
25
doi : 10.5281/zenodo.1184077
26
- date-released : 2022-10-09
26
+ date-released : 2022-11-05
27
27
license : Apache-2.0
28
28
repository-artifact : https://rubygems.org/gems/cff
29
29
repository-code : https://github.com/citation-file-format/ruby-cff
Original file line number Diff line number Diff line change 17
17
##
18
18
module CFF
19
19
# :nodoc:
20
- VERSION = '1.0.0 '
20
+ VERSION = '1.0.1 '
21
21
DEFAULT_SPEC_VERSION = '1.2.0'
22
22
MIN_VALIDATABLE_VERSION = '1.2.0'
23
23
end
You can’t perform that action at this time.
0 commit comments