We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d980163 + cf7a44c commit 9609358Copy full SHA for 9609358
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## 2.14.0
6
+
7
+### Added
8
9
+- Added `CITATION.cff` file to project roots
10
11
## 2.13.0
12
13
### Added
CITATION.cff
@@ -0,0 +1,15 @@
1
+# 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: [email protected]
14
+ affiliation: Imperial College London
15
+ orcid: 'https://orcid.org/0000-0001-9811-9250'
0 commit comments