Skip to content

Commit 9609358

Browse files
authored
Merge pull request #188 from gnikit:feat/cite
feat: added basic citation file
2 parents d980163 + cf7a44c commit 9609358

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 2.14.0
6+
7+
### Added
8+
9+
- Added `CITATION.cff` file to project roots
10+
511
## 2.13.0
612

713
### Added

CITATION.cff

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: fortls - Fortran Language Server
6+
message: >-
7+
If you use this software, please cite it using the
8+
metadata from this file.
9+
type: software
10+
authors:
11+
- family-names: Nikiteas
12+
name-suffix: Ioannis
13+
14+
affiliation: Imperial College London
15+
orcid: 'https://orcid.org/0000-0001-9811-9250'

0 commit comments

Comments
 (0)