From fa30471ebee8165f95b985d35e70d66abfdad9cd Mon Sep 17 00:00:00 2001 From: kevaundray Date: Fri, 17 Feb 2023 00:42:26 +0000 Subject: [PATCH] chore(noir): Release 0.3.0 --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7184286e82d..2eadde8cfe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.0](https://github.com/noir-lang/noir/compare/v0.2.0...v0.3.0) (2023-02-17) + + +### ⚠ BREAKING CHANGES + +* **abi:** add an explicit mapping from ABI params to witness indices ([#851](https://github.com/noir-lang/noir/issues/851)) +* Allow impls on primitive types ([#847](https://github.com/noir-lang/noir/issues/847)) + +### Features + +* **abi:** add an explicit mapping from ABI params to witness indices ([#851](https://github.com/noir-lang/noir/issues/851)) ([5bd4bd5](https://github.com/noir-lang/noir/commit/5bd4bd5047e4bc9a67bd79ab2a2519dc0c92da42)) +* Allow impls on primitive types ([#847](https://github.com/noir-lang/noir/issues/847)) ([479da0e](https://github.com/noir-lang/noir/commit/479da0e724dc34667baaabd8e37ce143193bf97e)) + ## [0.2.0](https://github.com/noir-lang/noir/compare/v0.1.1...v0.2.0) (2023-02-16) diff --git a/Cargo.toml b/Cargo.toml index 6141d5e3c0a..104915e68a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ default-members = ["crates/nargo"] [workspace.package] # x-release-please-start-version -version = "0.2.0" +version = "0.3.0" # x-release-please-end authors = ["The Noir Team "] edition = "2021"