Skip to content

Commit 80f19a8

Browse files
committed
Prep for v0.2.0
1 parent 61f9369 commit 80f19a8

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.zenodo.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
"affiliation": "Netherlands eScience Center",
2020
"name": "Diblen, Faruk",
2121
"orcid": "0000-0002-0989-929X"
22+
},
23+
{
24+
"affiliation": "Netherlands eScience Center",
25+
"name": "Spreeuw, Hanno"
26+
},
27+
{
28+
"affiliation": "Netherlands eScience Center",
29+
"name": "Kuzniar, Arnold",
30+
"orcid": "0000-0003-1711-7961"
2231
}
2332
],
2433
"description": "Guide to make C++ available as a web application",

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2020-06-09
11+
1012
### Added
1113

1214
* JSON schema powered form ([#27](https://github.com/NLESC-JCER/cpp2wasm/issues/27))
1315
* WebAssembly module ([#35](https://github.com/NLESC-JCER/cpp2wasm/issues/35))
1416
* Vega plot ([#15](https://github.com/NLESC-JCER/cpp2wasm/issues/15))
17+
* Check broken links ([#44](https://github.com/NLESC-JCER/cpp2wasm/issues/44))
18+
* Citable ([#40](https://github.com/NLESC-JCER/cpp2wasm/issues/40))
19+
* Issue templates ([#42](https://github.com/NLESC-JCER/cpp2wasm/issues/42))
1520

1621
### Changed
1722

@@ -32,5 +37,6 @@ Initial release.
3237
* Generated source code in repo ([#1](https://github.com/NLESC-JCER/cpp2wasm/issues/1))
3338
* Python chapter ([#8](https://github.com/NLESC-JCER/cpp2wasm/pull/8))
3439

35-
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...HEAD
36-
[0.0.1]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.1.0
40+
[Unreleased]: https://github.com/NLESC-JCER/cpp2wasm/compare/v0.2.0...HEAD
41+
[0.2.0]: https://github.com/NLESC-JCER/cpp2wasm/compare/v0.1.0...v0.2.0
42+
[0.1.0]: https://github.com/NLESC-JCER/cpp2wasm/releases/tag/v0.1.0

CITATION.cff

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ authors:
2222
family-names: Diblen
2323
given-names: Faruk
2424
orcid: "https://orcid.org/0000-0002-0989-929X"
25+
-
26+
affiliation: "Netherlands eScience Center"
27+
family-names: Spreeuw
28+
given-names: Hanno
29+
-
30+
affiliation: "Netherlands eScience Center"
31+
family-names: Kuzniar
32+
given-names: Arnold
33+
orcid: "https://orcid.org/0000-0003-1711-7961"
2534
cff-version: "1.1.0"
2635
doi: "10.5281/zenodo.3876112"
2736
keywords:

0 commit comments

Comments
 (0)