-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(noir): Release 0.3.0 #887
chore(noir): Release 0.3.0 #887
Conversation
195a8e9
to
e4306eb
Compare
77a32cd
to
058bbd1
Compare
b87b607
to
b1979f1
Compare
8565947
to
8c3735a
Compare
We should probably push out a new release next week as the docs have gotten ahead of the releases and we've accumulated a decent number of bugfixes in the meantime. |
455217e
to
a389587
Compare
@TomAFrench or @kobyhallx can you approve this PR please? |
@kevaundray One thing to be aware of is that this release will break usage of |
Good catch -- didn't see that issue, if its a quick fix, it makes sense to wait -- note that we probably want to block all PRs that modify docs until we release this |
Cool, I've made a PR to address the issue here: noir-lang/noirup#15 |
@kevaundray We should be gtg once noir-lang/noirup#15 is merged. |
@TomAFrench That PR should now be merged! |
🤖 Release is at https://github.com/noir-lang/noir/releases/tag/v0.3.0 🌻 |
🤖 I have created a release beep boop
0.3.0 (2023-03-13)
⚠ BREAKING CHANGES
contract
command tocodegen-verifier
(#959)FunctionSignature
type alias (#930)CliError
visibility to crate (#911)Driver
(#881)Features
to_bytes
to_radix
andto_bits
(#914) (43abc6b)Bug Fixes
false
bools (#893) (6c7aa2f)nargo prove
(#949) (2829af1)to_le_bytes
(#941) (2ee0119)Driver
(48cda7a)Driver
(#881) (48cda7a)Evaluator
in test (#863) (bbb70bd)Miscellaneous Chores
contract
command tocodegen-verifier
(#959) (2e63492)CliError
visibility to crate (#911) (ed0e1ab)FunctionSignature
type alias (#930) (156125b)This PR was generated with Release Please. See documentation.