mirror of
https://github.com/sqids/sqids-rust
synced 2024-11-21 09:10:37 +00:00
version bump + changelog
This commit is contained in:
parent
baeef5559c
commit
8e4026374f
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user