Skip to content

Commit 2db759f

Browse files
authored
chore(noir): Release 0.10.3 (#2344)
1 parent 5aa59e0 commit 2db759f

6 files changed

+31
-17
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.2"
2+
".": "0.10.3"
33
}

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.10.3](https://github.com/noir-lang/noir/compare/v0.10.2...v0.10.3) (2023-08-16)
4+
5+
6+
### Features
7+
8+
* Allow calling higher-order functions with closures ([#2335](https://github.com/noir-lang/noir/issues/2335)) ([75fd3e0](https://github.com/noir-lang/noir/commit/75fd3e0e27f16fb0aa5f8b01cefe78e04f867726))
9+
* **lsp:** Add `Compile` code lens for `main` function and contracts ([#2309](https://github.com/noir-lang/noir/issues/2309)) ([5fe69c6](https://github.com/noir-lang/noir/commit/5fe69c6eeef0b7ed2e4df9c3a80627f54c75a355))
10+
* **lsp:** Add `Execute` code lens for `main` functions ([#2330](https://github.com/noir-lang/noir/issues/2330)) ([5aa59e0](https://github.com/noir-lang/noir/commit/5aa59e0f3c4b3e6e14330d1f0e45ec912f562892))
11+
12+
13+
### Bug Fixes
14+
15+
* Display warning if last expression of block is unused ([#2314](https://github.com/noir-lang/noir/issues/2314)) ([8110136](https://github.com/noir-lang/noir/commit/81101362ccba787a44c6d48c0378696cb16f0acb))
16+
317
## [0.10.2](https://github.com/noir-lang/noir/compare/v0.10.1...v0.10.2) (2023-08-16)
418

519

Cargo.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ default-members = ["crates/nargo_cli"]
1818

1919
[workspace.package]
2020
# x-release-please-start-version
21-
version = "0.10.2"
21+
version = "0.10.3"
2222
# x-release-please-end
2323
authors = ["The Noir Team <team@noir-lang.org>"]
2424
edition = "2021"

crates/wasm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"collaborators": [
44
"The Noir Team <team@noir-lang.org>"
55
],
6-
"version": "0.10.2",
6+
"version": "0.10.3",
77
"license": "(MIT OR Apache-2.0)",
88
"main": "./nodejs/noir_wasm.js",
99
"types": "./web/noir_wasm.d.ts",

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117

118118
sharedArgs = {
119119
# x-release-please-start-version
120-
version = "0.10.2";
120+
version = "0.10.3";
121121
# x-release-please-end
122122

123123
src = pkgs.lib.cleanSourceWith {

0 commit comments

Comments
 (0)