From 8e4026374fccbf3e938ab48fecd189c2eea6d1f7 Mon Sep 17 00:00:00 2001 From: Ivan Akimov Date: Thu, 29 Feb 2024 10:39:54 -0600 Subject: [PATCH] version bump + changelog --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c13633..532800e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +**v0.4.1:** +- Derive `Clone` trait [[PR #6](https://github.com/sqids/sqids-rust/pull/6)] +- Cargo update + **v0.4.0:** - Introduced `Sqids::builder()` [[PR #5](https://github.com/sqids/sqids-rust/pull/5)] - Cargo update diff --git a/Cargo.toml b/Cargo.toml index a14cae3..b46fa52 100644 --- a/Cargo.toml +++ b/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.0" +version = "0.4.1" license = "MIT" edition = "2021" readme = "README.md"