Skip to content

Commit fbb4ea6

Browse files
committed
changelog + version bump
1 parent 70388b8 commit fbb4ea6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

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

3-
**Unreleased**
3+
**v0.5.0**
44
- Support Python 3.12 and 3.13.
5-
- Speed up encoding by ~85% by optimizing blocklist checks.
5+
- 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)).
66
This improvement requires more calculation when the `Sqids` class is instantiated,
77
so users are encouraged to instantiate `Sqids` once and always reuse the instance.
88

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.4.1"
4+
version = "0.5.0"
55
readme = "README.md"
66
authors = []
77
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)