We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0e082 commit c1d4240Copy full SHA for c1d4240
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+**v0.4.2:**
4
+- Fix u64 overflow
5
+
6
**v0.4.1:**
7
- Derive `Clone` trait [[PR #6](https://github.com/sqids/sqids-rust/pull/6)]
8
- Cargo update
Cargo.toml
@@ -4,7 +4,7 @@ description = "Generate short unique ids from numbers."
repository = "https://github.com/sqids/sqids-rust"
documentation = "https://docs.rs/sqids"
homepage = "https://sqids.org/rust"
-version = "0.4.1"
+version = "0.4.2"
license = "MIT"
9
edition = "2021"
10
readme = "README.md"
0 commit comments