Skip to content

Commit

Permalink
Update CHANGES and CITATION.cff for v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Oct 9, 2022
1 parent fb18a4a commit 85e3360
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
28 changes: 25 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes log for the Ruby CFF Library

## Next
## 1.0.0

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

## Version 0.9.0

Expand Down
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This CITATION.cff file was created by ruby-cff (v 0.9.0).
# This CITATION.cff file was created by ruby-cff (v 1.0.0).
# Gem: https://rubygems.org/gems/cff
# CFF: https://citation-file-format.github.io/

Expand All @@ -21,9 +21,9 @@ keywords:
- metadata
- citation file format
- CFF
version: 0.9.0
version: 1.0.0
doi: 10.5281/zenodo.1184077
date-released: 2021-08-18
date-released: 2022-10-09
license: Apache-2.0
repository-artifact: https://rubygems.org/gems/cff
repository-code: https://github.com/citation-file-format/ruby-cff
Expand Down

0 comments on commit 85e3360

Please sign in to comment.