Skip to content

Commit 2fbf965

Browse files
committed
updating to v2.1.2
1 parent 2159aae commit 2fbf965

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Release notes
2+
## November 7, 2022 circom 2.1.2
3+
4+
#### Fixed bugs
5+
- Fixed bug in C++ witness generation: function release_memory_component failed when releasing the memory of an array of components with some empty positions
6+
- Fixed bug in logging of arithmetic expressions
7+
28
## November 4, 2022 circom 2.1.1
39
#### Extensions
410
- New feature of anonymous components: programmers can pass the parameters indicate the input names receiving the values.[See here](https://github.com/iden3/circom/blob/master/mkdocs/docs/circom-language/anonymous-components-and-tuples.md).

circom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "circom"
3-
version = "2.1.1"
3+
version = "2.1.2"
44
authors = ["Costa Group UCM","iden3"]
55
edition = "2018"
66

compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compiler"
3-
version = "2.1.0"
3+
version = "2.1.2"
44
authors = ["Costa Group UCM","iden3"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)