From 9e4b183b7210711456c08e599a3b68e48200b18d Mon Sep 17 00:00:00 2001 From: Ivan Akimov Date: Thu, 21 Dec 2023 15:58:50 -0600 Subject: [PATCH] version bump + changelog --- CHANGELOG.md | 5 +++++ Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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"