mirror of
https://github.com/sqids/sqids-rust
synced 2024-11-22 01:32:47 +00:00
version bump + changelog
This commit is contained in:
parent
df6811cc7c
commit
9e4b183b72
@ -1,5 +1,10 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
**v0.4.0:**
|
||||||
|
- Introduced Sqids::builder() [[PR #5](https://github.com/sqids/sqids-rust/pull/5)]
|
||||||
|
- Cargo update
|
||||||
|
- Docs cleanup
|
||||||
|
|
||||||
**v0.3.1:**
|
**v0.3.1:**
|
||||||
- Improvement: impl error for Error [[PR #3](https://github.com/sqids/sqids-rust/pull/3)]
|
- Improvement: impl error for Error [[PR #3](https://github.com/sqids/sqids-rust/pull/3)]
|
||||||
- Using `thiserror`
|
- Using `thiserror`
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sqids"
|
name = "sqids"
|
||||||
description = "Generate YouTube-like ids from numbers."
|
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.3.1"
|
version = "0.4.0"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
Reference in New Issue
Block a user