Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
- Fix #9 by checking the last byte in `Id::from_str` (#10)
- Implement `std::default::Default` (#10)
- Add `from_bytes` function and `is_zero` method (#10)
  • Loading branch information
kazk committed Apr 23, 2024
1 parent 8f27dc2 commit cb6028b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xid"
version = "1.0.3"
version = "1.1.0"
license = "MIT"
description = "Globally unique sortable id generator. A Rust port of https://github.com/rs/xid."
keywords = ["id"]
Expand Down

0 comments on commit cb6028b

Please sign in to comment.