From f42738dbc0170cc13d9d816110f1c81edc6f34a4 Mon Sep 17 00:00:00 2001 From: Pratyush Mishra Date: Mon, 28 Oct 2024 11:10:36 -0700 Subject: [PATCH] Revert "Release 0.5 (#50)" (#51) --- CHANGELOG.md | 12 +----------- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9368454..00565fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 78f59df..96c9237 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"