Skip to content

Commit afbe9ce

Browse files
committed
prep for cuid2 release
1 parent e477b89 commit afbe9ce

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [cuid2 v0.1.4]
11+
12+
### Fixed
13+
14+
- Replaced `std::sys::SystemTime` with `web_time::SystemTime` so that
15+
CUID generation does not panic in WASM builds.
16+
1017
## [cuid2 v0.1.3], [cuid 1.3.3]
1118

1219
### Upcoming
@@ -198,7 +205,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
198205
- CUID & CUID slug generation
199206
- Benchmark suite
200207

201-
[unreleased]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.3...HEAD
208+
[unreleased]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.4...HEAD
209+
[cuid2 v0.1.3]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.3...cuid2-v0.1.4
202210
[cuid2 v0.1.3]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.2...cuid2-v0.1.3
203211
[cuid 1.3.3]: https://github.com/mplanchard/cuid-rust/compare/cuid-v1.3.2...cuid-v1.3.3
204212
[cuid2 v0.1.2]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.1...cuid2-v0.1.2

crates/cuid2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cuid2"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "An implementation of the CUID2 protocol in rust"
55
documentation = "https://docs.rs/cuid/latest/cuid2/"
66
resolver = "2"

0 commit comments

Comments
 (0)