1
0
Fork 0
mirror of synced 2025-09-23 04:08:33 +00:00

Merge pull request #1245 from Zokrates/deploy

Merge back deploy
This commit is contained in:
Thibaut Schaeffer 2022-11-22 09:49:24 +01:00 committed by GitHub
commit 895e5080cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 21 additions and 14 deletions

View file

@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
https://github.com/Zokrates/ZoKrates/compare/latest...develop
## [0.8.3] - 2022-10-11
### Release
- https://github.com/Zokrates/ZoKrates/releases/tag/0.8.3 <!-- markdown-link-check-disable-line -->
### Changes
- Disallow the use of the `private` and `public` keywords on non-entrypoint functions (#1224, @dark64)
- Fix duplicate constraint optimiser (#1226, @schaeff)
## [0.8.2] - 2022-09-05
### Release

10
Cargo.lock generated
View file

@ -3020,7 +3020,7 @@ dependencies = [
[[package]]
name = "zokrates_ast"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"ark-bls12-377",
"cfg-if 0.1.10",
@ -3067,7 +3067,7 @@ dependencies = [
[[package]]
name = "zokrates_cli"
version = "0.8.2"
version = "0.8.3"
dependencies = [
"assert_cli",
"blake2 0.8.1",
@ -3136,7 +3136,7 @@ dependencies = [
[[package]]
name = "zokrates_core_test"
version = "0.2.8"
version = "0.2.9"
dependencies = [
"zokrates_test",
"zokrates_test_derive",
@ -3209,7 +3209,7 @@ dependencies = [
[[package]]
name = "zokrates_js"
version = "1.1.3"
version = "1.1.4"
dependencies = [
"console_error_panic_hook",
"indexmap",
@ -3287,7 +3287,7 @@ dependencies = [
[[package]]
name = "zokrates_stdlib"
version = "0.3.2"
version = "0.3.3"
dependencies = [
"fs_extra",
"zokrates_test",

View file

@ -1 +0,0 @@
Disallow the use of the `private` and `public` keywords on non-entrypoint functions

View file

@ -1 +0,0 @@
Fix duplicate constraint optimiser

View file

@ -1,6 +1,6 @@
[package]
name = "zokrates_ast"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
[features]

View file

@ -1,6 +1,6 @@
[package]
name = "zokrates_cli"
version = "0.8.2"
version = "0.8.3"
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_test"
version = "0.2.8"
version = "0.2.9"
authors = ["schaeff <thibaut@schaeff.fr>"]
edition = "2018"

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "zokrates-js",
"version": "1.1.1",
"version": "1.1.4",
"lockfileVersion": 2,
"requires": true,
"packages": {

View file

@ -1,6 +1,6 @@
{
"name": "zokrates-js",
"version": "1.1.3",
"version": "1.1.4",
"module": "index.js",
"main": "node/index.js",
"description": "JavaScript bindings for ZoKrates",

View file

@ -1,6 +1,6 @@
[package]
name = "zokrates_stdlib"
version = "0.3.2"
version = "0.3.3"
authors = ["Stefan Deml <stefandeml@gmail.com>", "schaeff <thibaut@schaeff.fr>"]
edition = "2018"