You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following noir-lang/noir#6433, Noir releases are now renamed to the new format of 1.0.0-beta.n (i.e. 1.0.0-beta.0, 1.0.0-beta.1...) which noirup currently does not yet support the fetching and installation of them.
Happy Case
Update the script to support the new Noir release naming, specifically:
Running noirup should fetch the latest 0.x.y or 1.0.0-beta.n stable release, whichever is latest
Running noirup -v ... / noirup --version ... should fetch the corresponding 0.x.y or 1.0.0-beta.n release, e.g. noirup -v 1.0.0-beta.0 should fetch 1.0.0-beta.0
Project Impact
Blocker
Blocker Context
Required before announcing 1.0.0-beta.n on socials
Would you like to submit a PR for this Issue?
None
The text was updated successfully, but these errors were encountered:
Problem
Following noir-lang/noir#6433, Noir releases are now renamed to the new format of 1.0.0-beta.n (i.e. 1.0.0-beta.0, 1.0.0-beta.1...) which noirup currently does not yet support the fetching and installation of them.
Happy Case
Update the script to support the new Noir release naming, specifically:
noirup
should fetch the latest 0.x.y or 1.0.0-beta.n stable release, whichever is latestnoirup -v ...
/noirup --version ...
should fetch the corresponding 0.x.y or 1.0.0-beta.n release, e.g.noirup -v 1.0.0-beta.0
should fetch 1.0.0-beta.0Project Impact
Blocker
Blocker Context
Required before announcing 1.0.0-beta.n on socials
Would you like to submit a PR for this Issue?
None
The text was updated successfully, but these errors were encountered: