version bump + changelog

This commit is contained in:
Ivan Akimov 2024-02-29 10:39:54 -06:00
parent baeef5559c
commit 8e4026374f
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG # CHANGELOG
**v0.4.1:**
- Derive `Clone` trait [[PR #6](https://github.com/sqids/sqids-rust/pull/6)]
- Cargo update
**v0.4.0:** **v0.4.0:**
- Introduced `Sqids::builder()` [[PR #5](https://github.com/sqids/sqids-rust/pull/5)] - Introduced `Sqids::builder()` [[PR #5](https://github.com/sqids/sqids-rust/pull/5)]
- Cargo update - Cargo update

View File

@ -4,7 +4,7 @@ description = "Generate short unique ids from numbers."
repository = "https://github.com/sqids/sqids-rust" repository = "https://github.com/sqids/sqids-rust"
documentation = "https://docs.rs/sqids" documentation = "https://docs.rs/sqids"
homepage = "https://sqids.org/rust" homepage = "https://sqids.org/rust"
version = "0.4.0" version = "0.4.1"
license = "MIT" license = "MIT"
edition = "2021" edition = "2021"
readme = "README.md" readme = "README.md"