Skip to content

Commit 6f57211

Browse files
committed
changelog + version bump
1 parent f535f5b commit 6f57211

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
**v0.5.1**
4+
- Replace `numbers: List[int]` with `numbers: Sequence[int]` in encode function ([PR #25](https://github.com/sqids/sqids-python/pull/25), thanks to [@aliwo](https://github.com/aliwo)).
5+
36
**v0.5.0**
47
- Support Python 3.12 and 3.13.
58
- Speed up encoding by ~85% by optimizing blocklist checks ([PR #23](https://github.com/sqids/sqids-python/pull/23), thanks to [@kurtmckee](https://github.com/kurtmckee)).

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "sqids"
33
description = "Generate YouTube-like ids from numbers."
4-
version = "0.5.0"
4+
version = "0.5.1"
55
readme = "README.md"
66
authors = []
77
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)