Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

Commit c7d8a0a

Browse files
committed
chore: Prepare for 0.4 release
1 parent 1b57eba commit c7d8a0a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.4.0] - 2025-07-20
10+
911
### Changed
1012

1113
- Make `pnet` a feature (enabled by default). This can be turned off if there's

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sonyflake"
3-
version = "0.3.0"
4-
authors = ["Arne Bahlo <hallo@arne.me>"]
3+
version = "0.4.0"
4+
authors = ["Arne Bahlo <hey@arne.me>"]
55
license = "MIT OR Apache-2.0"
66
description = "A distributed unique ID generator inspired by Twitter's Snowflake"
77
repository = "https://github.com/bahlo/sonyflake-rs"

0 commit comments

Comments
 (0)