diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb0357c..084cbec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 2.14.0 + +### Added + +- Added `CITATION.cff` file to project roots + ## 2.13.0 ### Added diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..5f95c574 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,15 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: fortls - Fortran Language Server +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - family-names: Nikiteas + name-suffix: Ioannis + email: gnikit@duck.com + affiliation: Imperial College London + orcid: 'https://orcid.org/0000-0001-9811-9250'