1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

bump versions, generate changelog

This commit is contained in:
schaeff 2022-01-21 10:52:51 +01:00
parent 48a04041c0
commit aa3f1fc1ed
10 changed files with 17 additions and 10 deletions

View file

@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
https://github.com/Zokrates/ZoKrates/compare/latest...develop
## [0.7.11] - 2022-01-21
### Release
- https://github.com/Zokrates/ZoKrates/releases/tag/0.7.11 <!-- markdown-link-check-disable-line -->
### Changes
- Improve Merkle tree examples (#1077, @schaeff)
- Support for the `groth16` scheme using the ark backend, support the usage of the `bls12_381` curve with the `gm17` and `marlin` scheme (#1071, @dark64)
- Fix out of memory issues in `zokrates-js` (#1083, @dark64)
- Improve `inspect` command to include information about constraint count and curve (#1072, @dark64)
## [0.7.10] - 2021-12-16
### Release

4
Cargo.lock generated
View file

@ -2524,7 +2524,7 @@ dependencies = [
[[package]]
name = "zokrates_cli"
version = "0.7.9"
version = "0.7.11"
dependencies = [
"assert_cli",
"blake2 0.8.1",
@ -2558,7 +2558,7 @@ version = "0.1.0"
[[package]]
name = "zokrates_core"
version = "0.6.9"
version = "0.6.10"
dependencies = [
"ark-bls12-377",
"ark-bn254",

View file

@ -1 +0,0 @@
Support for the `groth16` scheme using the ark backend, support the usage of the `bls12_381` curve with the `gm17` and `marlin` scheme

View file

@ -1 +0,0 @@
Improve `inspect` command to include information about constraint count and curve

View file

@ -1 +0,0 @@
Improve Merkle tree examples

View file

@ -1 +0,0 @@
Fix out of memory issues in `zokrates-js`

View file

@ -1,6 +1,6 @@
[package]
name = "zokrates_cli"
version = "0.7.10"
version = "0.7.11"
authors = ["Jacob Eberhardt <jacob.eberhardt@tu-berlin.de>", "Dennis Kuhnert <mail@kyroy.com>", "Thibaut Schaeffer <thibaut@schaeff.fr>"]
repository = "https://github.com/Zokrates/ZoKrates.git"
edition = "2018"

View file

@ -1,6 +1,6 @@
[package]
name = "zokrates_core"
version = "0.6.9"
version = "0.6.10"
edition = "2018"
authors = ["Jacob Eberhardt <jacob.eberhardt@tu-berlin.de>", "Dennis Kuhnert <mail@kyroy.com>"]
repository = "https://github.com/Zokrates/ZoKrates"

View file

@ -1,6 +1,6 @@
[package]
name = "zokrates_js"
version = "1.0.38"
version = "1.0.39"
authors = ["Darko Macesic"]
edition = "2018"

View file

@ -2,7 +2,7 @@
"name": "zokrates-js",
"main": "index.js",
"author": "Darko Macesic <darem966@gmail.com>",
"version": "1.0.38",
"version": "1.0.39",
"keywords": [
"zokrates",
"wasm-bindgen",