Skip to content

Commit 78667f8

Browse files
committed
chore: bump version to 1.0.0 and update description
- version: 0.2.1 -> 1.0.0 - description: Updated with verified performance metrics (615M ops/sec, 31ns P99)
1 parent 65f1bbf commit 78667f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nimsync.nimble

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# nimsync.nimble
2-
version = "0.2.1"
2+
version = "1.0.0"
33
author = "boonzy"
4-
description = "Lock-free SPSC channels for Nim (212M+ ops/sec verified)"
4+
description = "Production-ready async runtime with lock-free SPSC channels (615M ops/sec, 31ns P99)"
55
license = "MIT"
66
srcDir = "src"
77

0 commit comments

Comments
 (0)