diff --git a/CHANGELOG.md b/CHANGELOG.md index 40dbcf5..3abd8e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +**v0.4.0:** +- Introduced Sqids::builder() [[PR #5](https://github.com/sqids/sqids-rust/pull/5)] +- Cargo update +- Docs cleanup + **v0.3.1:** - Improvement: impl error for Error [[PR #3](https://github.com/sqids/sqids-rust/pull/3)] - Using `thiserror` diff --git a/Cargo.toml b/Cargo.toml index c00304d..6bb0c09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "sqids" -description = "Generate YouTube-like ids from numbers." +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.3.1" +version = "0.4.0" license = "MIT" edition = "2021" readme = "README.md"