@@ -5,17 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ cuid 1.3.2 ] , [ cuid2 0.1.1 ]
9
9
10
10
### Added
11
11
12
- - Moved common utility logic out into a ` cuid-util ` crate
12
+ - cuid/cuid2: Moved common utility logic out into a ` cuid-util ` crate
13
+ - cuid2: #10 : New ` is_cuid2 ` function and ` is_cuid ` alias
13
14
14
15
### Changed
15
16
16
- - Replaced base conversion logic in ` cuid ` with the logic in that crate ,
17
+ - cuid: Replaced base conversion logic in ` cuid ` with the logic in ` cuid-util ` ,
17
18
yielding a solid performance improvement for CUID generation (10-20%)
18
- - Added ` #[inline] ` annotations for main cuid2 functions
19
+ - cuid2: Added ` #[inline] ` annotations for main cuid2 functions
20
+
21
+ ### Fixed
22
+
23
+ - cuid: 94d4cd0: Removed unused ` bigint ` dependency
24
+ - cuid2: #11 : Moved proptest to dev dependencies
19
25
20
26
## [ cuid 1.3.1]
21
27
@@ -116,6 +122,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
116
122
- Benchmark suite
117
123
118
124
[ unreleased ] : https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.0...HEAD
125
+ [ cuid 1.3.2 ] : https://github.com/mplanchard/cuid-rust/compare/cuid-v1.3.1...cuid-v1.3.2
126
+ [ cuid2 0.1.1 ] : https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.0...cuid2-v0.1.1
119
127
[ cuid 1.3.1 ] : https://github.com/mplanchard/cuid-rust/compare/cuid-v1.3.0...cuid-v1.3.1
120
128
[ cuid2 1.3.1 ] : https://github.com/mplanchard/cuid-rust/compare/v1.2.0...cuid2-v0.1.0
121
129
[ cuid2 0.1.0 ] : https://github.com/mplanchard/cuid-rust/compare/v1.2.0...cuid2-v0.1.0
0 commit comments