Skip to content

Commit 8c4e086

Browse files
committed
chore(noir): Release 0.10.3
1 parent 5fe69c6 commit 8c4e086

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
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

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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+
11+
12+
### Bug Fixes
13+
14+
* 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))
15+
316
## [0.10.2](https://github.com/noir-lang/noir/compare/v0.10.1...v0.10.2) (2023-08-16)
417

518

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)