Skip to content

Commit

Permalink
version bump + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
4kimov committed Feb 29, 2024
1 parent baeef55 commit 8e40263
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

**v0.4.1:**
- Derive `Clone` trait [[PR #6](https://github.com/sqids/sqids-rust/pull/6)]
- Cargo update

**v0.4.0:**
- Introduced `Sqids::builder()` [[PR #5](https://github.com/sqids/sqids-rust/pull/5)]
- Cargo update
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.4.0"
version = "0.4.1"
license = "MIT"
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit 8e40263

Please sign in to comment.