arkworks-rs / snark

Interfaces for Relations and SNARKs for these relations
https://www.arkworks.rs
Apache License 2.0
769 stars 203 forks source link

Publish & tag 0.4.0-alpha #369

Closed mmagician closed 1 year ago

mmagician commented 1 year ago

Summary

To make sure we don't try to publish/tag twice, this is a separate task.

Once #368 is merged, the following should still be done: tag commits on master & publish both crates with:

git tag v0.4.0-alpha.1
git push origin v0.4.0-alpha.1
cargo release publish
mmagician commented 1 year ago

https://github.com/arkworks-rs/snark/tree/v0.4.0-alpha.1