Skip to content

Commit 4acdc80

Browse files
committed
Update version number, CHANGES and CITATION.cff for release.
1 parent c1e6093 commit 4acdc80

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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.

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 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
2525
doi: 10.5281/zenodo.1184077
26-
date-released: 2022-10-09
26+
date-released: 2022-11-05
2727
license: Apache-2.0
2828
repository-artifact: https://rubygems.org/gems/cff
2929
repository-code: https://github.com/citation-file-format/ruby-cff

lib/cff/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
##
1818
module 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'
2323
end

0 commit comments

Comments
 (0)