Skip to content

Commit 85f642b

Browse files
authored
Release 0.4.0 (#43)
1 parent 7019830 commit 85f642b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
### Breaking changes
44

5+
### Features
6+
7+
### Improvements
8+
9+
### Bug fixes
10+
11+
## v0.4.0
12+
13+
### Breaking changes
14+
515
- [\#35](https://github.com/arkworks-rs/utils/pull/35) Change `test_rng` to return `impl Rng`, and make the output randomized by default when the `std` feature is set. Introduces a `DETERMINISTIC_TEST_RNG` environment variable that forces the old deterministic behavior when `DETERMINISTIC_TEST_RNG=1` is set.
616

717
### Features

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "ark-std"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = [ "arkworks contributors" ]
55
description = "A library for no_std compatibility"
66
homepage = "https://arkworks.rs"
7-
repository = "https://github.com/arkworks-rs/utils"
7+
repository = "https://github.com/arkworks-rs/std"
88
documentation = "https://docs.rs/ark-std/"
99
keywords = [ "no_std" ]
1010
categories = ["cryptography"]

0 commit comments

Comments
 (0)