Skip to content

Commit c1d4240

Browse files
committed
Bump version and update changelog
1 parent 7a0e082 commit c1d4240

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
**v0.4.2:**
4+
- Fix u64 overflow
5+
36
**v0.4.1:**
47
- Derive `Clone` trait [[PR #6](https://github.com/sqids/sqids-rust/pull/6)]
58
- Cargo update

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Generate short unique ids from numbers."
44
repository = "https://github.com/sqids/sqids-rust"
55
documentation = "https://docs.rs/sqids"
66
homepage = "https://sqids.org/rust"
7-
version = "0.4.1"
7+
version = "0.4.2"
88
license = "MIT"
99
edition = "2021"
1010
readme = "README.md"

0 commit comments

Comments
 (0)