Skip to content

Commit

Permalink
Update version number, CHANGES and CITATION.cff for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Jan 19, 2024
1 parent 9ca1348 commit f575204
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes log for the Ruby CFF Library

## 1.2.0

* Always treat dates as Ruby Date objects.
* BibTeX: escape special characters ($%&_#{}).

## 1.1.0

* BibTeX: output months as three letter abbreviations.
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 1.1.0).
# This CITATION.cff file was created by ruby-cff (v 1.2.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: 1.1.0
version: 1.2.0
doi: 10.5281/zenodo.1184077
date-released: 2023-04-10
date-released: 2024-01-19
license: Apache-2.0
repository-artifact: https://rubygems.org/gems/cff
repository-code: https://github.com/citation-file-format/ruby-cff
Expand Down
2 changes: 1 addition & 1 deletion lib/cff/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
##
module CFF
# :nodoc:
VERSION = '1.1.0'
VERSION = '1.2.0'
DEFAULT_SPEC_VERSION = '1.2.0'
MIN_VALIDATABLE_VERSION = '1.2.0'
end

0 comments on commit f575204

Please sign in to comment.