Skip to content

Commit

Permalink
prep for cuid2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mplanchard committed Jan 13, 2025
1 parent e477b89 commit afbe9ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [cuid2 v0.1.4]

### Fixed

- Replaced `std::sys::SystemTime` with `web_time::SystemTime` so that
CUID generation does not panic in WASM builds.

## [cuid2 v0.1.3], [cuid 1.3.3]

### Upcoming
Expand Down Expand Up @@ -198,7 +205,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CUID & CUID slug generation
- Benchmark suite

[unreleased]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.3...HEAD
[unreleased]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.4...HEAD
[cuid2 v0.1.3]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.3...cuid2-v0.1.4
[cuid2 v0.1.3]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.2...cuid2-v0.1.3
[cuid 1.3.3]: https://github.com/mplanchard/cuid-rust/compare/cuid-v1.3.2...cuid-v1.3.3
[cuid2 v0.1.2]: https://github.com/mplanchard/cuid-rust/compare/cuid2-v0.1.1...cuid2-v0.1.2
Expand Down
2 changes: 1 addition & 1 deletion crates/cuid2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cuid2"
version = "0.1.3"
version = "0.1.4"
description = "An implementation of the CUID2 protocol in rust"
documentation = "https://docs.rs/cuid/latest/cuid2/"
resolver = "2"
Expand Down

0 comments on commit afbe9ce

Please sign in to comment.