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
|
# 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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user