Skip to content

Commit

Permalink
Release 0.5 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician authored Oct 28, 2024
1 parent ed2cf48 commit 371710b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## Pending
- [\#47](https://github.com/arkworks-rs/std/pull/47) Fix incorrect use of atomic variable in `src/perf_trace.rs`

### Breaking changes

Expand All @@ -9,6 +8,17 @@

### Bug fixes

## v0.5.0

### Breaking changes

### Features

### Improvements

### Bug fixes
- [\#47](https://github.com/arkworks-rs/std/pull/47) Fix incorrect use of atomic variable in `src/perf_trace.rs`

## v0.4.0

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ark-std"
version = "0.4.0"
version = "0.5.0"
authors = [ "arkworks contributors" ]
description = "A library for no_std compatibility"
homepage = "https://arkworks.rs"
Expand Down

0 comments on commit 371710b

Please sign in to comment.