File tree 3 files changed +20
-9
lines changed
3 files changed +20
-9
lines changed Original file line number Diff line number Diff line change
1
+ # CHANGELOG
2
+
1
3
## Pending
2
4
3
5
### Breaking changes
4
6
5
7
### Features
6
- - [ \# 347] ( https://github.com/arkworks-rs/snark/pull/347 ) Add ` into_inner ` function for ` ConstraintSystemRef<F> ` .
7
8
8
9
### Improvements
9
10
10
11
### Bug fixes
11
12
13
+ ## v0.3.0
14
+
15
+ ### Breaking changes
16
+
17
+ ### Features
18
+ - [ \# 347] ( https://github.com/arkworks-rs/snark/pull/347 ) Add ` into_inner ` function for ` ConstraintSystemRef<F> ` .
19
+
20
+ ### Improvements
21
+
22
+ ### Bug fixes
12
23
13
24
## v0.2.0
14
25
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ark-relations"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
authors = [ " arkworks constributors" ]
5
5
description = " A library for rank-one constraint systems"
6
6
homepage = " https://arkworks.rs"
@@ -13,13 +13,13 @@ license = "MIT/Apache-2.0"
13
13
edition = " 2018"
14
14
15
15
[dependencies ]
16
- ark-ff = { version = " 0.2 .0" , default-features = false }
17
- ark-std = { version = " 0.2 .0" , default-features = false }
16
+ ark-ff = { version = " ^0.3 .0" , default-features = false }
17
+ ark-std = { version = " ^0.3 .0" , default-features = false }
18
18
tracing = { version = " 0.1" , default-features = false }
19
19
tracing-subscriber = { version = " 0.2" , default-features = false , optional = true }
20
20
21
21
[dev-dependencies ]
22
- ark-test-curves = { version = " 0.2 .0" , default-features = false , features = [ " bls12_381_scalar_field" ] }
22
+ ark-test-curves = { version = " ^0.3 .0" , default-features = false , features = [ " bls12_381_scalar_field" ] }
23
23
24
24
[features ]
25
25
default = []
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ark-snark"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
authors = [ " arkworks contributors" ]
5
5
description = " A library for SNARK traits"
6
6
homepage = " https://arkworks.rs"
@@ -13,6 +13,6 @@ license = "MIT/Apache-2.0"
13
13
edition = " 2018"
14
14
15
15
[dependencies ]
16
- ark-ff = { version = " 0.2 .0" , default-features = false }
17
- ark-std = { version = " 0.2 .0" , default-features = false }
18
- ark-relations = { version = " 0.2 .0" , path = " ../relations" , default-features = false }
16
+ ark-ff = { version = " ^0.3 .0" , default-features = false }
17
+ ark-std = { version = " ^0.3 .0" , default-features = false }
18
+ ark-relations = { version = " ^0.3 .0" , path = " ../relations" , default-features = false }
You can’t perform that action at this time.
0 commit comments