Skip to content

Commit

Permalink
Bump to version 0.4.0 (#367)
Browse files Browse the repository at this point in the history
chore: bump to version 0.4
  • Loading branch information
davidnevadoc authored Sep 13, 2024
1 parent fac4db0 commit 7eb156a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion halo2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all-features = true
rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"]

[dependencies]
halo2_proofs = { version = "0.3", path = "../halo2_proofs", default-features = false }
halo2_proofs = { version = "0.4", path = "../halo2_proofs", default-features = false }

[lib]
bench = false
2 changes: 1 addition & 1 deletion halo2_backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "halo2_backend"
version = "0.3.0"
version = "0.4.0"
authors = [
"Sean Bowe <[email protected]>",
"Ying Tong Lai <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions halo2_debug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "halo2_debug"
version = "0.3.0"
version = "0.4.0"
authors = [
"Privacy Scaling Explorations team",
]
Expand Down Expand Up @@ -32,4 +32,4 @@ rand_chacha = "0.3"
rayon = "1.8"

[features]
vector-tests = []
vector-tests = []
2 changes: 1 addition & 1 deletion halo2_frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "halo2_frontend"
version = "0.3.0"
version = "0.4.0"
authors = [
"Sean Bowe <[email protected]>",
"Ying Tong Lai <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion halo2_middleware/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "halo2_middleware"
version = "0.3.0"
version = "0.4.0"
authors = [
"Sean Bowe <[email protected]>",
"Ying Tong Lai <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "halo2_proofs"
version = "0.3.0"
version = "0.4.0"
authors = [
"Sean Bowe <[email protected]>",
"Ying Tong Lai <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion p3_frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "p3_frontend"
version = "0.3.0"
version = "0.4.0"
authors = [
"Privacy Scaling Explorations team",
]
Expand Down

0 comments on commit 7eb156a

Please sign in to comment.