From 5cd255a924e17237eb78c63fe962ab564d0108f7 Mon Sep 17 00:00:00 2001 From: kevaundray Date: Thu, 29 Jun 2023 13:19:46 +0100 Subject: [PATCH] chore(noir): Release 0.7.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- crates/wasm/package.json | 2 +- flake.nix | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 13708fa583d..ca1c614fcbb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d7875cd071f..bdf5a160540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.7.2](https://github.com/noir-lang/noir/compare/v0.7.1...v0.7.2) (2023-06-29) + + +### Features + +* **lsp:** Add a codelens that runs test when clicked ([#1835](https://github.com/noir-lang/noir/issues/1835)) ([5d64f8a](https://github.com/noir-lang/noir/commit/5d64f8a175ea087ed980e20041dc525eb799ba95)) + + +### Bug Fixes + +* **ssa refactor:** Add missed call to resolve ([#1817](https://github.com/noir-lang/noir/issues/1817)) ([fa9be1d](https://github.com/noir-lang/noir/commit/fa9be1d255cb10fafcf81c92bd02488f366eaf23)) +* **ssa refactor:** Fix recursive call to `create_value_from_type` ([#1815](https://github.com/noir-lang/noir/issues/1815)) ([890a63b](https://github.com/noir-lang/noir/commit/890a63be4839520d1fb13ec62e21e36086ae8003)) +* **ssa refactor:** Prevent stores in 'then' branch from affecting the 'else' branch ([#1827](https://github.com/noir-lang/noir/issues/1827)) ([e068fd4](https://github.com/noir-lang/noir/commit/e068fd416c0cc6db671be770c30643fe9e2b59fe)) + ## [0.7.1](https://github.com/noir-lang/noir/compare/v0.7.0...v0.7.1) (2023-06-23) diff --git a/Cargo.toml b/Cargo.toml index d720888dcde..13f19ec5629 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ default-members = ["crates/nargo_cli"] [workspace.package] # x-release-please-start-version -version = "0.7.1" +version = "0.7.2" # x-release-please-end authors = ["The Noir Team "] edition = "2021" diff --git a/crates/wasm/package.json b/crates/wasm/package.json index bd031907b00..2ccf457144b 100644 --- a/crates/wasm/package.json +++ b/crates/wasm/package.json @@ -3,7 +3,7 @@ "collaborators": [ "The Noir Team " ], - "version": "0.7.1", + "version": "0.7.2", "files": [ "nodejs", "web", diff --git a/flake.nix b/flake.nix index 4cd9b7694ed..fcdaabefffb 100644 --- a/flake.nix +++ b/flake.nix @@ -124,7 +124,7 @@ sharedArgs = { # x-release-please-start-version - version = "0.7.1"; + version = "0.7.2"; # x-release-please-end src = pkgs.lib.cleanSourceWith {