Skip to content

Commit

Permalink
version bump + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
4kimov committed Dec 21, 2023
1 parent df6811c commit 9e4b183
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9e4b183

Please sign in to comment.