Skip to content

Commit 14bce13

Browse files
committed
Release cuid v1.3.1 for updated deprecation warnings
1 parent 62e36cf commit 14bce13

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [cuid 1.3.1]
11+
12+
### Changed
13+
14+
- Updated deprecation warnings to mention the `cuid2` crate
15+
1016
## [cuid 1.3.0], [cuid2 0.1.0]
1117

1218
### Deprecated
@@ -100,6 +106,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100106
- Benchmark suite
101107

102108
[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
103111
[cuid2 0.1.0]: https://github.com/mplanchard/cuid-rust/compare/v1.2.0...cuid2-v0.1.0
104112
[cuid 1.3.0]: https://github.com/mplanchard/cuid-rust/compare/v1.2.0...cuid-v1.3.0
105113
[1.2.0]: https://github.com/mplanchard/cuid-rust/compare/v1.1.0...v1.2.0

crates/cuid1/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cuid"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "An ipmlementation of CUID protocol in rust"
55
documentation = "https://docs.rs/cuid/latest/cuid/"
66
edition.workspace = true

0 commit comments

Comments
 (0)