version bump + changelog

This commit is contained in:
Ivan Akimov 2023-12-21 15:58:50 -06:00
parent df6811cc7c
commit 9e4b183b72
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# CHANGELOG
**v0.4.0:**
- Introduced Sqids::builder() [[PR #5](https://github.com/sqids/sqids-rust/pull/5)]
- Cargo update
- Docs cleanup
**v0.3.1:**
- Improvement: impl error for Error [[PR #3](https://github.com/sqids/sqids-rust/pull/3)]
- Using `thiserror`

View File

@ -1,10 +1,10 @@
[package]
name = "sqids"
description = "Generate YouTube-like ids from numbers."
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.3.1"
version = "0.4.0"
license = "MIT"
edition = "2021"
readme = "README.md"