Skip to content

Commit

Permalink
Revert "Release 0.5 (#50)" (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush authored Oct 28, 2024
1 parent 371710b commit f42738d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## 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 @@ -8,17 +9,6 @@

### 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.5.0"
version = "0.4.0"
authors = [ "arkworks contributors" ]
description = "A library for no_std compatibility"
homepage = "https://arkworks.rs"
Expand Down

0 comments on commit f42738d

Please sign in to comment.