mattrglobal / bbs-signatures

An implementation of BBS+ signatures for node and browser environments
Apache License 2.0
112 stars 30 forks source link

release 1.0.0 #112

Closed kenhuang closed 2 years ago

kenhuang commented 2 years ago

Description



- [x] Tests for the changes have been added (for bug fixes / features)
- [x] The commit message(s) follow [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)
- [x] Documentation has been added / updated (for bug fixes / features)
- [x] Changes follow the **[contributing](../docs/CONTRIBUTING.md)** document.

## Motivation and Context

<!--- Why is this change required? What problem does it solve? -->

## Does this PR introduce a breaking change?

- [ ] Yes
- [x] No

<!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. -->

## Which merge strategy will you use?

<!-- This indicates to reviewers whether they need to check your commits are ready to be rebased on master or not. -->

- [ ] Squash
- [x] Rebase (REVIEW COMMITS)
tplooker commented 2 years ago

@kenhuang approved, to release can you rebase this locally and push to master, otherwise the tags get messed up

kenhuang commented 2 years ago

@kenhuang approved, to release can you rebase this locally and push to master, otherwise the tags get messed up

sure, will do rebase merge to keep the tag info.