Skip to content

Commit 42e150b

Browse files
committed
Update CHANGES.md and CITATION.cff for release.
1 parent 9469d7c commit 42e150b

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGES.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changes log for the Ruby CFF Library
22

3+
## Version 0.4.0
4+
5+
* Remove unused Util#expand_field method.
6+
* Changed Model#keywords to be a field type.
7+
* Model is now a subclass of ModelPart.
8+
* Document ModelPart and Util just enough.
9+
* Add Util::normalize_modelpart_array! method.
10+
* Tighten up checking for empty collections in model.
11+
* Move the references into the Model fields.
12+
* Add an in-place actor collection builder method.
13+
* Move authors and contact to Model fields.
14+
* Refactor Reference so the actor lists are fields.
15+
* Remove unused method: Util::build_actor_collection.
16+
* Remove unused method: Util::expand_array_field.
17+
* Add rubocop to the development dependencies.
18+
* Add rubocop configuration files.
19+
* Add rubocop rake tasks.
20+
* Many rubocop fixes.
21+
* Compact ALLOWED_FIELDS lists for consistency.
22+
* Allow creation of a Reference without a type.
23+
* Remove unused method: Util.delete_from_hash.
24+
* Refactor duplicated code into Util.fields_to_hash.
25+
* Add File#write (instance method).
26+
* Ensure a model always returns '' for missing fields.
27+
* Test reading short and minimal CFF files.
28+
* Cleanup duplicated tests.
29+
* Don't store dotfiles in the gemfile.
30+
* Add a CITATION.cff file!
31+
332
## Version 0.3.0
433

534
* Update badges for new repo location.

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords:
1515
- cff
1616
version: 0.4.0
1717
doi: 10.5281/zenodo.1184077
18-
date-released: 2018-07-28
18+
date-released: 2018-07-29
1919
license: Apache-2.0
2020
repository-artifact: https://rubygems.org/gems/cff
2121
repository-code: https://github.com/citation-file-format/ruby-cff

0 commit comments

Comments
 (0)