Skip to content

Commit b05dc7f

Browse files
committed
updated CHANGELOG.md and bumped version to 0.2.0
1 parent f2e5e01 commit b05dc7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change for shardedringbuf:
22

3-
## In v0.1.3:
3+
## In v0.2.0:
44
* `ShardedRingBuf<T>` has been refactored to only support the previous Pin policy code from previous iteration (see `exp_srb/` to see previous iteration)
55
* A new hybrid lock-free/async-waiting data structure added to this crate called `MLFShardedRingBuf<T>` (Most Lock Free Sharded Ring Buffer)
66
* Benchmarking results has been collected through Criterion and shown on README.md

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sharded_ringbuf"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
edition = "2024"
55
rust-version="1.87.0"
66
description = """

0 commit comments

Comments
 (0)