Skip to content

Commit b207c15

Browse files
committed
Update README and CHANGELOG for release
1 parent 7040bf7 commit b207c15

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
This repository is the home of the [cuid] and [cuid2] crates. The original
88
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.
1012

1113
If you are using the `cuid` crate already, you can also use the `cuid2()`
1214
function from that crate.

0 commit comments

Comments
 (0)