Skip to content

Commit

Permalink
update changelog, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dark64 committed Oct 4, 2021
1 parent 264e4d3 commit 0444564
Show file tree
Hide file tree
Showing 17 changed files with 24 additions and 17 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
https://github.com/Zokrates/ZoKrates/compare/latest...develop

## [0.7.7] - 2021-10-04

### Release
- https://github.com/Zokrates/ZoKrates/releases/tag/0.7.7 <!-- markdown-link-check-disable-line -->

### Changes
- Reduce the deployment cost of the g16 and pghr13 verifiers (#1008, @m1cm1c)
- Make operators table more clear in the book (#1017, @dark64)
- Allow calls in constant definitions (#975, @schaeff)
- Handle out of bound accesses gracefully (#1013, @schaeff)
- Improve error message on unconstrained variable detection (#1015, @dark64)
- Apply propagation in ZIR (#957, @dark64)
- Fail on mistyped constants (#974, @schaeff)
- Graceful error handling on unconstrained variable detection (#977, @dark64)
- Fix incorrect propagation of spreads (#987, @schaeff)
- Add range semantics to docs (#992, @dark64)
- Fix invalid cast to `usize` which caused wrong values in 32-bit environments (#998, @dark64)

## [0.7.6] - 2021-08-16

### Release
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion changelogs/unreleased/1008-m1cm1c

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/1013-schaeff

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/1015-dark64

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/1017-dark64

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/957-dark64

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/974-schaeff

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/975-schaeff

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/977-dark64

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/987-schaeff

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/992-dark64

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/998-dark64

This file was deleted.

2 changes: 1 addition & 1 deletion zokrates_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zokrates_cli"
version = "0.7.6"
version = "0.7.7"
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"
Expand Down
2 changes: 1 addition & 1 deletion zokrates_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zokrates_core"
version = "0.6.6"
version = "0.6.7"
edition = "2018"
authors = ["Jacob Eberhardt <jacob.eberhardt@tu-berlin.de>", "Dennis Kuhnert <mail@kyroy.com>"]
repository = "https://github.com/Zokrates/ZoKrates"
Expand Down
2 changes: 1 addition & 1 deletion zokrates_js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zokrates_js"
version = "1.0.35"
version = "1.0.36"
authors = ["Darko Macesic"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion zokrates_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zokrates-js",
"main": "index.js",
"author": "Darko Macesic <darem966@gmail.com>",
"version": "1.0.35",
"version": "1.0.36",
"keywords": [
"zokrates",
"wasm-bindgen",
Expand Down

0 comments on commit 0444564

Please sign in to comment.