File tree 2 files changed +8
-2
lines changed 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
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ cuid 1.3.0] , [ cuid2 0.1.0]
11
+
10
12
### Deprecated
11
13
12
14
- 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
97
99
- CUID & CUID slug generation
98
100
- Benchmark suite
99
101
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
101
105
[ 1.2.0 ] : https://github.com/mplanchard/cuid-rust/compare/v1.1.0...v1.2.0
102
106
[ 1.1.0 ] : https://github.com/mplanchard/cuid-rust/compare/v1.0.2...v1.1.0
103
107
[ 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 6
6
7
7
This repository is the home of the [ cuid] and [ cuid2] crates. The original
8
8
CUID 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.
10
12
11
13
If you are using the ` cuid ` crate already, you can also use the ` cuid2() `
12
14
function from that crate.
You can’t perform that action at this time.
0 commit comments