Skip to content

Commit 85e3360

Browse files
committed
Update CHANGES and CITATION.cff for v1.0.0.
1 parent fb18a4a commit 85e3360

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

CHANGES.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changes log for the Ruby CFF Library
22

3-
## Next
3+
## 1.0.0
44

55
* Add `type` to top-level CFF model.
66
* Correctly label datasets with APA-like formatter.
@@ -48,8 +48,30 @@
4848
* Use the `parameterize` method to generate citekeys.
4949
* Rename `generate_reference` -> `generate_citekey`.
5050
* Only require language list if it is needed
51-
* Fix errors caused by updated gem versions.
52-
* Add a note to the README to caution against `URI.open`.
51+
* APA: don't output empty brackets if there's no issue.
52+
* Formatters: use `date-published` for month/year values.
53+
* Add a note to the README about BibTeX and APA standards.
54+
* BibTeX: generalise author lists to actor lists.
55+
* BibTeX: add `editor` field for `inproceedings` type.
56+
* BibTeX: use `editors-series` if `editors` is not present.
57+
* BibTeX: add `editor` field to `book` type.
58+
* BibTeX: add `editor` field to `proceedings` type.
59+
* Use the schema to determine the allowed fields within `Reference`.
60+
* Use the schema to determine the allowed fields within `Person`.
61+
* Use the schema to determine the allowed fields within `Entity`.
62+
* Use the schema to determine the allowed fields within `Model`.
63+
* Use the schema to determine the allowed fields within `Identifier`.
64+
* Rename the `Model` class to `Index` which makes more sense.
65+
* Add 'phdthesis' and 'mastersthesis' types for a preferred-citation.
66+
* Add contribution guidelines.
67+
* Handle 'in-press' in the formatters.
68+
* Handle 'in-preparation' in the formatters.
69+
* Handle 'submitted' in the formatters.
70+
* Handle 'advance-online' in the formatters.
71+
* Wholesale changes to isolate all the code from itself.
72+
* Expand the range of tests, rubies and OSs in the CI.
73+
* Update runtime gem dependencies.
74+
* Implement an extensible formatter system.
5375

5476
## Version 0.9.0
5577

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This CITATION.cff file was created by ruby-cff (v 0.9.0).
1+
# This CITATION.cff file was created by ruby-cff (v 1.0.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: 0.9.0
24+
version: 1.0.0
2525
doi: 10.5281/zenodo.1184077
26-
date-released: 2021-08-18
26+
date-released: 2022-10-09
2727
license: Apache-2.0
2828
repository-artifact: https://rubygems.org/gems/cff
2929
repository-code: https://github.com/citation-file-format/ruby-cff

0 commit comments

Comments
 (0)