Skip to content

Commit

Permalink
version bump + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
4kimov committed Nov 14, 2023
1 parent 1b0ab4d commit 9f98788
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.3.1:**
- Improvement: impl error for Error [[PR #3](https://github.com/sqids/sqids-rust/pull/3)]
- Using `thiserror`
- Cargo update

**v0.3.0:** **⚠️ BREAKING CHANGE**
- **Breaking change**: IDs change. Algorithm has been fine-tuned for better performance [[Issue #11](https://github.com/sqids/sqids-spec/issues/11)]
- `alphabet` cannot contain multibyte characters
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ description = "Generate YouTube-like ids from numbers."
repository = "https://github.com/sqids/sqids-rust"
documentation = "https://docs.rs/sqids"
homepage = "https://sqids.org/rust"
version = "0.3.0"
version = "0.3.1"
license = "MIT"
edition = "2021"
readme = "README.md"
keywords = ["ids", "encode", "short", "sqids", "hashids"]

[dependencies]
serde = "1.0.190"
serde = "1.0.192"
serde_json = "1.0.108"
thiserror = "1.0.50"

0 comments on commit 9f98788

Please sign in to comment.