arkworks-rs / r1cs-std

R1CS constraints for bits, fields, and elliptic curves
https://www.arkworks.rs
Apache License 2.0
133 stars 58 forks source link

Publish & tag 0.4.0-alpha #110

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 https://github.com/arkworks-rs/r1cs-std/pull/109 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