We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4367e commit 34cf846Copy full SHA for 34cf846
CHANGELOG.md
@@ -1,5 +1,4 @@
1
## Pending
2
-- [\#47](https://github.com/arkworks-rs/std/pull/47) Fix incorrect use of atomic variable in `src/perf_trace.rs`
3
4
### Breaking changes
5
@@ -9,6 +8,17 @@
9
8
10
### Bug fixes
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
22
## v0.4.0
23
24
Cargo.toml
@@ -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"
6
homepage = "https://arkworks.rs"
0 commit comments