Skip to content

Commit

Permalink
Release 0.4.0 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician authored Jan 17, 2023
1 parent 7019830 commit 85f642b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

### Breaking changes

### Features

### Improvements

### Bug fixes

## v0.4.0

### Breaking changes

- [\#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.

### Features
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "ark-std"
version = "0.3.0"
version = "0.4.0"
authors = [ "arkworks contributors" ]
description = "A library for no_std compatibility"
homepage = "https://arkworks.rs"
repository = "https://github.com/arkworks-rs/utils"
repository = "https://github.com/arkworks-rs/std"
documentation = "https://docs.rs/ark-std/"
keywords = [ "no_std" ]
categories = ["cryptography"]
Expand Down

0 comments on commit 85f642b

Please sign in to comment.