Skip to content

Commit fa760c8

Browse files
authored
all: release 0.4.0 (#130)
1 parent 6a7d3de commit fa760c8

File tree

7 files changed

+26
-26
lines changed

7 files changed

+26
-26
lines changed

.zenodo.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"title": "mmcloughlin/addchain: v0.3.0",
2+
"title": "mmcloughlin/addchain: v0.4.0",
33
"description": "Cryptographic Addition Chain Generation in Go",
4-
"version": "0.3.0",
5-
"publication_date": "2021-05-13",
4+
"version": "0.4.0",
5+
"publication_date": "2021-10-30",
66
"upload_type": "software",
77
"access_right": "open",
88
"license": "BSD-3-Clause",
@@ -14,7 +14,7 @@
1414
],
1515
"related_identifiers": [
1616
{
17-
"identifier": "https://github.com/mmcloughlin/addchain/tree/v0.3.0",
17+
"identifier": "https://github.com/mmcloughlin/addchain/tree/v0.4.0",
1818
"relation": "isSupplementTo",
1919
"scheme": "url"
2020
}

CITATION.bib

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ @misc{addchain
22
title = {addchain: Cryptographic Addition Chain Generation in Go},
33
author = {Michael B. McLoughlin},
44
year = 2021,
5-
month = may,
5+
month = oct,
66
howpublished = {Repository \url{https://github.com/mmcloughlin/addchain}},
7-
version = {0.3.0},
7+
version = {0.4.0},
88
license = {BSD 3-Clause License},
9-
doi = {10.5281/zenodo.4758226},
10-
url = {https://doi.org/10.5281/zenodo.4758226},
9+
doi = {10.5281/zenodo.5622943},
10+
url = {https://doi.org/10.5281/zenodo.5622943},
1111
}

CITATION.cff

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ authors:
55
- family-names: "McLoughlin"
66
given-names: "Michael Ben"
77
orcid: "https://orcid.org/0000-0003-2347-6258"
8-
version: "0.3.0"
9-
date-released: "2021-05-13"
8+
version: "0.4.0"
9+
date-released: "2021-10-30"
1010
license: BSD-3-Clause
1111
repository-code: https://github.com/mmcloughlin/addchain
12-
doi: "10.5281/zenodo.4758226"
12+
doi: "10.5281/zenodo.5622943"
1313
identifiers:
1414
- type: doi
1515
value: "10.5281/zenodo.4625263"
1616
description: "The concept DOI of the work."
1717
- type: doi
18-
value: "10.5281/zenodo.4758226"
19-
description: "The versioned DOI for version 0.3.0 of the work."
18+
value: "10.5281/zenodo.5622943"
19+
description: "The versioned DOI for version 0.4.0 of the work."

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="https://img.shields.io/github/workflow/status/mmcloughlin/addchain/ci/master.svg?style=flat-square" alt="Build Status" />
55
<a href="https://pkg.go.dev/github.com/mmcloughlin/addchain"><img src="https://img.shields.io/badge/doc-reference-007d9b?logo=go&style=flat-square" alt="go.dev" /></a>
66
<a href="https://goreportcard.com/report/github.com/mmcloughlin/addchain"><img src="https://goreportcard.com/badge/github.com/mmcloughlin/addchain?style=flat-square" alt="Go Report Card" /></a>
7-
<a href="https://doi.org/10.5281/zenodo.4758226"><img src="https://img.shields.io/badge/DOI-10.5281%2Fzenodo.4758226-007ec6?style=flat-square" alt="DOI: 10.5281/zenodo.4758226" /></a>
7+
<a href="https://doi.org/10.5281/zenodo.5622943"><img src="https://img.shields.io/badge/DOI-10.5281%2Fzenodo.5622943-007ec6?style=flat-square" alt="DOI: 10.5281/zenodo.5622943" /></a>
88
</p>
99

1010
<p align="center">Cryptographic Addition Chain Generation in Go</p>
@@ -357,20 +357,20 @@ chains](https://github.com/mmcloughlin/addchain/issues/24)?
357357
If you use `addchain` in your research a citation would be appreciated.
358358
Citing a specific release is preferred, since they are [archived on
359359
Zenodo](https://doi.org/10.5281/zenodo.4625263) and assigned a DOI. Please use the
360-
following BibTeX to cite the most recent [0.3.0
361-
release](https://github.com/mmcloughlin/addchain/releases/tag/v0.3.0).
360+
following BibTeX to cite the most recent [0.4.0
361+
release](https://github.com/mmcloughlin/addchain/releases/tag/v0.4.0).
362362

363363
```bib
364364
@misc{addchain,
365365
title = {addchain: Cryptographic Addition Chain Generation in Go},
366366
author = {Michael B. McLoughlin},
367367
year = 2021,
368-
month = may,
368+
month = oct,
369369
howpublished = {Repository \url{https://github.com/mmcloughlin/addchain}},
370-
version = {0.3.0},
370+
version = {0.4.0},
371371
license = {BSD 3-Clause License},
372-
doi = {10.5281/zenodo.4758226},
373-
url = {https://doi.org/10.5281/zenodo.4758226},
372+
doi = {10.5281/zenodo.5622943},
373+
url = {https://doi.org/10.5281/zenodo.5622943},
374374
}
375375
```
376376

doc/gen.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func (z *Elt) Inv(x *Elt) *Elt {
155155
//
156156
// Operations: 254 squares 12 multiplies
157157
//
158-
// Generated by github.com/mmcloughlin/addchain v0.3.0.
158+
// Generated by github.com/mmcloughlin/addchain v0.4.0.
159159

160160
// Allocate Temporaries.
161161
var (

internal/examples/fp25519/inv.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

meta/vars.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ package meta
22

33
var (
44
buildversion = ""
5-
releaseversion = "0.3.0"
6-
releasedate = "2021-05-13"
5+
releaseversion = "0.4.0"
6+
releasedate = "2021-10-30"
77
conceptdoi = "10.5281/zenodo.4625263"
8-
doi = "10.5281/zenodo.4758226"
9-
zenodoid = "4758226"
8+
doi = "10.5281/zenodo.5622943"
9+
zenodoid = "5622943"
1010
)

0 commit comments

Comments
 (0)