Skip to content

Commit

Permalink
Release cuid v1.3.1 for updated deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mplanchard committed Jan 22, 2023
1 parent 62e36cf commit 14bce13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [cuid 1.3.1]

### Changed

- Updated deprecation warnings to mention the `cuid2` crate

## [cuid 1.3.0], [cuid2 0.1.0]

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

[unreleased]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.0...HEAD
[cuid 1.3.1]: https://github.com/mplanchard/cuid-rust/compare/cuid-v1.3.0...cuid-v1.3.1
[cuid2 1.3.1]: https://github.com/mplanchard/cuid-rust/compare/v1.2.0...cuid2-v0.1.0
[cuid2 0.1.0]: https://github.com/mplanchard/cuid-rust/compare/v1.2.0...cuid2-v0.1.0
[cuid 1.3.0]: https://github.com/mplanchard/cuid-rust/compare/v1.2.0...cuid-v1.3.0
[1.2.0]: https://github.com/mplanchard/cuid-rust/compare/v1.1.0...v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion crates/cuid1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cuid"
version = "1.3.0"
version = "1.3.1"
description = "An ipmlementation of CUID protocol in rust"
documentation = "https://docs.rs/cuid/latest/cuid/"
edition.workspace = true
Expand Down

0 comments on commit 14bce13

Please sign in to comment.