Skip to content

Commit 34cf846

Browse files
Pratyushmmagician
andauthored
Release 0.5 (#53)
Co-authored-by: mmagician <[email protected]>
1 parent db4367e commit 34cf846

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

43
### Breaking changes
54

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

109
### Bug fixes
1110

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+
1222
## v0.4.0
1323

1424
### 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.4.0"
3+
version = "0.5.0"
44
authors = [ "arkworks contributors" ]
55
description = "A library for no_std compatibility"
66
homepage = "https://arkworks.rs"

0 commit comments

Comments
 (0)