Skip to content

Commit

Permalink
all: release 0.4.0 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Oct 30, 2021
1 parent 6a7d3de commit fa760c8
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title": "mmcloughlin/addchain: v0.3.0",
"title": "mmcloughlin/addchain: v0.4.0",
"description": "Cryptographic Addition Chain Generation in Go",
"version": "0.3.0",
"publication_date": "2021-05-13",
"version": "0.4.0",
"publication_date": "2021-10-30",
"upload_type": "software",
"access_right": "open",
"license": "BSD-3-Clause",
Expand All @@ -14,7 +14,7 @@
],
"related_identifiers": [
{
"identifier": "https://github.com/mmcloughlin/addchain/tree/v0.3.0",
"identifier": "https://github.com/mmcloughlin/addchain/tree/v0.4.0",
"relation": "isSupplementTo",
"scheme": "url"
}
Expand Down
8 changes: 4 additions & 4 deletions CITATION.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ @misc{addchain
title = {addchain: Cryptographic Addition Chain Generation in Go},
author = {Michael B. McLoughlin},
year = 2021,
month = may,
month = oct,
howpublished = {Repository \url{https://github.com/mmcloughlin/addchain}},
version = {0.3.0},
version = {0.4.0},
license = {BSD 3-Clause License},
doi = {10.5281/zenodo.4758226},
url = {https://doi.org/10.5281/zenodo.4758226},
doi = {10.5281/zenodo.5622943},
url = {https://doi.org/10.5281/zenodo.5622943},
}
10 changes: 5 additions & 5 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ authors:
- family-names: "McLoughlin"
given-names: "Michael Ben"
orcid: "https://orcid.org/0000-0003-2347-6258"
version: "0.3.0"
date-released: "2021-05-13"
version: "0.4.0"
date-released: "2021-10-30"
license: BSD-3-Clause
repository-code: https://github.com/mmcloughlin/addchain
doi: "10.5281/zenodo.4758226"
doi: "10.5281/zenodo.5622943"
identifiers:
- type: doi
value: "10.5281/zenodo.4625263"
description: "The concept DOI of the work."
- type: doi
value: "10.5281/zenodo.4758226"
description: "The versioned DOI for version 0.3.0 of the work."
value: "10.5281/zenodo.5622943"
description: "The versioned DOI for version 0.4.0 of the work."
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="https://img.shields.io/github/workflow/status/mmcloughlin/addchain/ci/master.svg?style=flat-square" alt="Build Status" />
<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>
<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>
<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>
<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>
</p>

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

```bib
@misc{addchain,
title = {addchain: Cryptographic Addition Chain Generation in Go},
author = {Michael B. McLoughlin},
year = 2021,
month = may,
month = oct,
howpublished = {Repository \url{https://github.com/mmcloughlin/addchain}},
version = {0.3.0},
version = {0.4.0},
license = {BSD 3-Clause License},
doi = {10.5281/zenodo.4758226},
url = {https://doi.org/10.5281/zenodo.4758226},
doi = {10.5281/zenodo.5622943},
url = {https://doi.org/10.5281/zenodo.5622943},
}
```

Expand Down
2 changes: 1 addition & 1 deletion doc/gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (z *Elt) Inv(x *Elt) *Elt {
//
// Operations: 254 squares 12 multiplies
//
// Generated by github.com/mmcloughlin/addchain v0.3.0.
// Generated by github.com/mmcloughlin/addchain v0.4.0.

// Allocate Temporaries.
var (
Expand Down
2 changes: 1 addition & 1 deletion internal/examples/fp25519/inv.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions meta/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package meta

var (
buildversion = ""
releaseversion = "0.3.0"
releasedate = "2021-05-13"
releaseversion = "0.4.0"
releasedate = "2021-10-30"
conceptdoi = "10.5281/zenodo.4625263"
doi = "10.5281/zenodo.4758226"
zenodoid = "4758226"
doi = "10.5281/zenodo.5622943"
zenodoid = "5622943"
)

0 comments on commit fa760c8

Please sign in to comment.