Skip to content

Commit

Permalink
changelog + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
4kimov committed Aug 6, 2024
1 parent 70388b8 commit fbb4ea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CHANGELOG

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "sqids"
description = "Generate YouTube-like ids from numbers."
version = "0.4.1"
version = "0.5.0"
readme = "README.md"
authors = []
license = { file = "LICENSE" }
Expand Down

0 comments on commit fbb4ea6

Please sign in to comment.