Skip to content

Commit ccd0acb

Browse files
committed
Prepare release of 1.0.2
1 parent a7dc096 commit ccd0acb

6 files changed

Lines changed: 32 additions & 23 deletions

File tree

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
branches:
2-
only:
3-
- src
4-
51
language: python
62
python:
73
- 3.6
@@ -35,6 +31,6 @@ deploy:
3531
api_key:
3632
secure: "BiIpY2KWsO+GDj/+CWcBY9dwmPlYEEwWXqI0uXEKZNNWy4uWjWn625f1x+krTy5RzfH29r1IWub9w0Xf80vtIkqVBEpxGUPYPayHKC1Lal8YIgXCxPTstOKPNuYAWdf2/xoD3tiQrbBt6gAGm/+Pg9knOFRq+T1mYKHZKQTIsSDpZyb7FEG0a67fylJlRY+HGwEdDGc166DLottSMjiwLRbwd7rkYhLTNPeouT7KF7GiAeNXezRwKSylSnkpsibS5J/XWDOuyu+7oW8P11TIaVy22BeMj8SWN9KUQYozqMg+XWjt8zYlZjhB/bF+WiJ21zgw/TTtdnyZJmAuR7xMWj7auRouw4vQuinyTfjn8EmUw2TnOch/1I7yNgAmcF8vTmm2EdueIKEo6BHIH0tb03I1BGDR+bmyfsG9+K5WexsgNuU5UTPss+Jaebq+ZH7u2bVrutYoPGJEHOOCUyO+qgrT/6LlrDO8WBLbmplhh6Wdanf5Z3uvLrqFBngxeAGkLTG5u8BX49rvCgkcKYzUbvL60QNkKQ3OeFOs3JFxj3PJ36hqs6x8j8hRKvBwFpXtUr4QxZUy7QuvDa5zZvbb7QiWZZ6wckiiqhr9LqsdIXm6TzsXKYgTFHjhRyDQIZd9vPzlOrCYVOrc+ocdqvLpXDJFxAtoHNxu8hUemyVzNig="
3733
file:
38-
- './_site/assets/pdf/cff-specifications-1.0.1.pdf'
34+
- './_site/assets/pdf/cff-specifications-1.0.2.pdf'
3935
on:
4036
tags: true

1.0.2-changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- [Add known bugs](http://github.com/citation-file-format/citation-file-format.github.io/commit/de801adaf86496d4d1948f90e61a699de208508f)
2+
- [Fix citation-file-format/citation-file-format#41](http://github.com/citation-file-format/citation-file-format.github.io/commit/b1f8184af4e6b5c2805bd37527598e6a21cd0213)
3+
- [Fix citation-file-format/citation-file-format#42](http://github.com/citation-file-format/citation-file-format.github.io/commit/a7dc0961c9dcc111f0427e26fa03758093d1d967)

1.0.2.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: landing-page
3+
---
4+
5+
This version fixes two bugs, and adds a warning about known bugs to older versions.
6+
7+
## Changes
8+
9+
{% include_relative 1.0.2-changes.md %}

1.0.2/specifications.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -269,23 +269,23 @@ Finally, following the software citation principle of *Persistence*, make sure t
269269

270270
CFF-Core provides the following keys for software citation metadata.
271271

272-
| CFF key | CFF data type | Description | required |
273-
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :--------: |
274-
| `abstract` | String | A description of the software (version) | |
275-
| `authors` | Collection of [entity](#entity-objects) or [person](#person-objects) objects | The author(s) of the software | |
276-
| `commit` | String | The commit hash or revision number of the software version | |
277-
| `contact` | Collection of [entity](#entity-objects) or [person](#person-objects) objects | The contact person, group, company, etc. for the software version | |
278-
| `date-released` | Date | The release date of the software version | |
279-
| `doi` | String | The DOI of the work (not the resolver URL, i.e., *10.5281/zenodo.1003150*, not *http://doi.org/10.5281/zenodo.1003150*) | |
280-
| `keywords` | Collection of strings | Keywords pertaining to the software version | |
281-
| `license` | [SPDX](https://spdx.org/) [License List](https://spdx.org/licenses/) Identifier string (or name string for non-standard licenses) | The license the software version is licensed under | |
282-
| `license-url` | String (URL) | The URL of the license text under which the software version is licensed (only for non-standard licenses not included in the [SPDX License List](https://spdx.org/licenses/)) | |
283-
| `repository` | String (URL) | The URL to the software version in a repository (when the repository is neither a source code repository or a build artifact repository) | |
284-
| `repository-code` | String (URL) | The URL to the software version in a source code repository | |
285-
| `repository-artifact` | String (URL) | The URL to the software version in a build artifact/binary/release repository | |
286-
| `title` | String | The name of the software (may include a specific name for the software version) | |
287-
| `url` | String (URL) | The URL to a landing page/website for the software version | |
288-
| `version` | String | The version of the software | |
272+
| CFF key | required | CFF data type | Description |
273+
| ----------------------- | :---------:|-------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
274+
| `abstract` | |String | A description of the software (version) |
275+
| `authors` ||Collection of [entity](#entity-objects) or [person](#person-objects) objects | The author(s) of the software |
276+
| `commit` | |String | The commit hash or revision number of the software version |
277+
| `contact` | |Collection of [entity](#entity-objects) or [person](#person-objects) objects | The contact person, group, company, etc. for the software version |
278+
| `date-released` ||Date | The release date of the software version |
279+
| `doi` | |String | The DOI of the work (not the resolver URL, i.e., *10.5281/zenodo.1003150*, not *http://doi.org/10.5281/zenodo.1003150*) |
280+
| `keywords` | |Collection of strings | Keywords pertaining to the software version |
281+
| `license` | |[SPDX](https://spdx.org/) [License List](https://spdx.org/licenses/) Identifier string (or name string for non-standard licenses) | The license the software version is licensed under |
282+
| `license-url` | |String (URL) | The URL of the license text under which the software version is licensed (only for non-standard licenses not included in the [SPDX License List](https://spdx.org/licenses/)) |
283+
| `repository` | |String (URL) | The URL to the software version in a repository (when the repository is neither a source code repository or a build artifact repository) |
284+
| `repository-code` | |String (URL) | The URL to the software version in a source code repository |
285+
| `repository-artifact` | |String (URL) | The URL to the software version in a build artifact/binary/release repository |
286+
| `title` ||String | The name of the software (may include a specific name for the software version) |
287+
| `url` | |String (URL) | The URL to a landing page/website for the software version |
288+
| `version` ||String | The version of the software |
289289

290290
Table: CFF-Core keys and accepted data types for the provision of citation metadata.
291291
{: .text-right}

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#####################################################
1111

1212
# Current CFF version
13-
current : "1.0.1"
13+
current : "1.0.2"
1414

1515
scholar:
1616
bibtex_filters:

versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The existing versions for CFF are listed in the following tables.
1010

1111
| Version | Specifications | Schema | DOI | Release |
1212
|----------------------|--------------------------------------------------------------------------------------|--------|---------------------------------------------------------------------|---------|
13+
| [1.0.2](/1.0.2) | Core module: [HTML](/1.0.2/specifications/), [PDF](/assets/pdf/cff-specifications-1.0.2.pdf) | - | [10.5281/zenodo.1120256](https://doi.org/10.5281/zenodo.1120256) | |
1314
| [1.0.1](/1.0.1) | Core module: [HTML](/1.0.1/specifications/), [PDF](/assets/pdf/cff-specifications-1.0.1.pdf) | - | [10.5281/zenodo.1117789](https://doi.org/10.5281/zenodo.1117789) | |
1415
| [1.0.0](/1.0.0) | Core module: [HTML](/1.0.0/specifications/), [PDF](/assets/pdf/cff-specifications-1.0.0.pdf) | - | [10.5281/zenodo.1108269](http://doi.org/10.5281/zenodo.1108269) | |
1516
| [1.0-RC1](/1.0-RC1/) | [HTML](/1.0-RC1/specifications/) , [PDF](/assets/pdf/cff-specifications-1.0-RC1.pdf) | - | [10.5281/zenodo.1003150](https://doi.org/10.5281/zenodo.1003150) | |

0 commit comments

Comments
 (0)