File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ cuid 1.3.0] , [ cuid2 0.1.0]
11+
1012### Deprecated
1113
1214- The CUID v1 algorithm is now [ deprecated] ( https://github.com/mplanchard/cuid-rust/issues/4 ) ,
@@ -97,7 +99,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9799- CUID & CUID slug generation
98100- Benchmark suite
99101
100- [ unreleased ] : https://github.com/mplanchard/cuid-rust/compare/v1.2.0...HEAD
102+ [ unreleased ] : https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.0...HEAD
103+ [ cuid2 0.1.0 ] : https://github.com/mplanchard/cuid-rust/compare/v1.2.0...cuid2-v0.1.0
104+ [ cuid 1.3.0 ] : https://github.com/mplanchard/cuid-rust/compare/v1.2.0...cuid-v1.3.0
101105[ 1.2.0 ] : https://github.com/mplanchard/cuid-rust/compare/v1.1.0...v1.2.0
102106[ 1.1.0 ] : https://github.com/mplanchard/cuid-rust/compare/v1.0.2...v1.1.0
103107[ 1.0.2 ] : https://github.com/mplanchard/cuid-rust/compare/v1.0.1...v1.0.2
Original file line number Diff line number Diff line change 66
77This repository is the home of the [ cuid] and [ cuid2] crates. The original
88CUID standard is marked as [ deprecated] ( https://github.com/paralleldrive/cuid2#improvements-over-cuid )
9- in favor of CUID2, so please prefer the ` cuid2 ` crate.
9+ in favor of CUID2, so please prefer the ` cuid2 ` crate. ` cuid2 ` is provided as a
10+ separate crate because its generated IDs have different semantics from ` cuid ` ,
11+ so it is not necessarily a drop-in replacement.
1012
1113If you are using the ` cuid ` crate already, you can also use the ` cuid2() `
1214function from that crate.
You can’t perform that action at this time.
0 commit comments