Skip to content

Commit f42738d

Browse files
authored
Revert "Release 0.5 (#50)" (#51)
1 parent 371710b commit f42738d

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

CHANGELOG.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## Pending
2+
- [\#47](https://github.com/arkworks-rs/std/pull/47) Fix incorrect use of atomic variable in `src/perf_trace.rs`
23

34
### Breaking changes
45

@@ -8,17 +9,6 @@
89

910
### Bug fixes
1011

11-
## v0.5.0
12-
13-
### Breaking changes
14-
15-
### Features
16-
17-
### Improvements
18-
19-
### Bug fixes
20-
- [\#47](https://github.com/arkworks-rs/std/pull/47) Fix incorrect use of atomic variable in `src/perf_trace.rs`
21-
2212
## v0.4.0
2313

2414
### Breaking changes

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ark-std"
3-
version = "0.5.0"
3+
version = "0.4.0"
44
authors = [ "arkworks contributors" ]
55
description = "A library for no_std compatibility"
66
homepage = "https://arkworks.rs"

0 commit comments

Comments
 (0)