File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ 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.1]
11
+
12
+ ### Changed
13
+
14
+ - Updated deprecation warnings to mention the ` cuid2 ` crate
15
+
10
16
## [ cuid 1.3.0] , [ cuid2 0.1.0]
11
17
12
18
### Deprecated
@@ -100,6 +106,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100
106
- Benchmark suite
101
107
102
108
[ unreleased ] : https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.0...HEAD
109
+ [ cuid 1.3.1 ] : https://github.com/mplanchard/cuid-rust/compare/cuid-v1.3.0...cuid-v1.3.1
110
+ [ cuid2 1.3.1 ] : https://github.com/mplanchard/cuid-rust/compare/v1.2.0...cuid2-v0.1.0
103
111
[ cuid2 0.1.0 ] : https://github.com/mplanchard/cuid-rust/compare/v1.2.0...cuid2-v0.1.0
104
112
[ cuid 1.3.0 ] : https://github.com/mplanchard/cuid-rust/compare/v1.2.0...cuid-v1.3.0
105
113
[ 1.2.0 ] : https://github.com/mplanchard/cuid-rust/compare/v1.1.0...v1.2.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cuid"
3
- version = " 1.3.0 "
3
+ version = " 1.3.1 "
4
4
description = " An ipmlementation of CUID protocol in rust"
5
5
documentation = " https://docs.rs/cuid/latest/cuid/"
6
6
edition.workspace = true
You can’t perform that action at this time.
0 commit comments