microsoft / regorus

Regorus - A fast, lightweight Rego (OPA policy language) interpreter written in Rust.
MIT License
130 stars 31 forks source link

Revert "chore: release v0.2.0" #258

Closed anakrish closed 4 months ago

anakrish commented 4 months ago

Reverts microsoft/regorus#257

jdgo-mars commented 4 months ago

Hi @anakrish, first of all thank you for the work you do! Regarding 0.2.0 release: after this revert, bindings are not in sync with current version. Is there a specific reason for this? Thank you!

anakrish commented 3 months ago

@jdgo-mars, Thanks for reporting it. There is no special reason for it. At the time, that was the quickest way for me to get to a stage to publish v0.2.0.

I will manually fix the version numbers of extensions for now. Going forward we need some way to update the version numbers consistently even though we only publish the main regorus crate.