Skip to content

Commit

Permalink
updating to v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clararod9 committed Nov 7, 2022
1 parent 2159aae commit 2fbf965
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Release notes
## November 7, 2022 circom 2.1.2

#### Fixed bugs
- Fixed bug in C++ witness generation: function release_memory_component failed when releasing the memory of an array of components with some empty positions
- Fixed bug in logging of arithmetic expressions

## November 4, 2022 circom 2.1.1
#### Extensions
- 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).
Expand Down
2 changes: 1 addition & 1 deletion circom/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "circom"
version = "2.1.1"
version = "2.1.2"
authors = ["Costa Group UCM","iden3"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compiler"
version = "2.1.0"
version = "2.1.2"
authors = ["Costa Group UCM","iden3"]
edition = "2018"

Expand Down

0 comments on commit 2fbf965

Please sign in to comment.