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 10, 2022
1 parent 5e92938 commit 9ca495e
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 12 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-10

### 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
Expand Down
8 changes: 4 additions & 4 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/1224-dark64

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion zokrates_ast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zokrates_ast"
version = "0.1.2"
version = "0.1.3"
edition = "2021"

[features]
Expand Down
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.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"
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.1.3"
version = "1.1.4"
authors = ["Darko Macesic"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion zokrates_js/package-lock.json

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

2 changes: 1 addition & 1 deletion zokrates_js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion zokrates_stdlib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 9ca495e

Please sign in to comment.